[llvm-commits] [llvm] r52126 - /llvm/branches/release_23/docs/ReleaseNotes.html

Tanya Lattner tonic at nondot.org
Sun Jun 8 23:23:45 PDT 2008


Author: tbrethou
Date: Mon Jun  9 01:23:45 2008
New Revision: 52126

URL: http://llvm.org/viewvc/llvm-project?rev=52126&view=rev
Log:
Merge from mainline.

Modified:
    llvm/branches/release_23/docs/ReleaseNotes.html

Modified: llvm/branches/release_23/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_23/docs/ReleaseNotes.html?rev=52126&r1=52125&r2=52126&view=diff

==============================================================================
--- llvm/branches/release_23/docs/ReleaseNotes.html (original)
+++ llvm/branches/release_23/docs/ReleaseNotes.html Mon Jun  9 01:23:45 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