aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2008-06-09 06:06:18 +0000
committerGabor Greif <ggreif@gmail.com>2008-06-09 06:06:18 +0000
commita3bd11d0280d6b9f65b4495ab0fb41428ea071f1 (patch)
treee84f2ce349af87f21e0ba966f4a46bc4476db5d6 /docs
parentb37ef51b132ba745d5a581478eab13336497ec5e (diff)
downloadexternal_llvm-a3bd11d0280d6b9f65b4495ab0fb41428ea071f1.zip
external_llvm-a3bd11d0280d6b9f65b4495ab0fb41428ea071f1.tar.gz
external_llvm-a3bd11d0280d6b9f65b4495ab0fb41428ea071f1.tar.bz2
removed two implicitly closed </p> tags to get it validate
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52123 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 0778678..2f40e47 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -235,7 +235,7 @@ this section.
<tt>llvmc</tt> and to provide a superset of the features of the
'<tt>gcc</tt>' driver.</p>
-<p>The main features of <tt>llvmc2</tt> are:
+ <p>The main features of <tt>llvmc2</tt> are:
<ul>
<li>Extended handling of command line options and smart rules for
dispatching them to different tools.</li>
@@ -246,8 +246,8 @@ this section.
it's relatively easy to add new features.</li>
<li>The definition of driver is transformed into set of C++ classes, thus
no runtime interpretation is needed.</li>
- </ul></p>
- </li>
+ </ul>
+</li>
<li><p>LLVM 2.3 includes a completely rewritten interface for <a
href="LinkTimeOptimization.html">Link Time Optimization</a>. This interface
@@ -285,7 +285,7 @@ front-end. Objective-C now works very well on Mac OS/X.</li>
<li>llvm-gcc 4.2 includes many other fixes which improve conformance with the
relevant parts of the GCC testsuite.</li>
-</ul></p>
+</ul>
</div>