[llvm-commits] [llvm] r52123 - /llvm/trunk/docs/ReleaseNotes.html
Gabor Greif
ggreif at gmail.com
Sun Jun 8 23:06:18 PDT 2008
Author: ggreif
Date: Mon Jun 9 01:06:18 2008
New Revision: 52123
URL: http://llvm.org/viewvc/llvm-project?rev=52123&view=rev
Log:
removed two implicitly closed </p> tags to get it validate
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=52123&r1=52122&r2=52123&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Jun 9 01:06:18 2008
@@ -235,7 +235,7 @@
<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 @@
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 @@
<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>
More information about the llvm-commits
mailing list