[llvm-commits] [llvm] r145590 - /llvm/trunk/docs/ReleaseNotes.html

Chris Lattner sabre at nondot.org
Thu Dec 1 09:25:28 PST 2011


Author: lattner
Date: Thu Dec  1 11:25:28 2011
New Revision: 145590

URL: http://llvm.org/viewvc/llvm-project?rev=145590&view=rev
Log:
fix broken tag

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=145590&r1=145589&r2=145590&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Thu Dec  1 11:25:28 2011
@@ -176,7 +176,7 @@
       option to use if you want ultimate performance! It is still experimental
       though: it may cause the plugin to crash.  Setting the optimization level
       to <tt>-O4</tt> when using this option will optimize even harder, though
-      this usually doesn't result in any improvement over <tt>-O3<tt>.</li>
+      this usually doesn't result in any improvement over <tt>-O3</tt>.</li>
 
   <li>The type and constant conversion logic has been almost entirely rewritten,
       fixing a multitude of obscure bugs.</li>





More information about the llvm-commits mailing list