[llvm-commits] [www-releases] r145600 - /www-releases/trunk/3.0/docs/ReleaseNotes.html
Tanya Lattner
tonic at nondot.org
Thu Dec 1 10:00:52 PST 2011
Author: tbrethou
Date: Thu Dec 1 12:00:52 2011
New Revision: 145600
URL: http://llvm.org/viewvc/llvm-project?rev=145600&view=rev
Log:
Fix typo.
Modified:
www-releases/trunk/3.0/docs/ReleaseNotes.html
Modified: www-releases/trunk/3.0/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/3.0/docs/ReleaseNotes.html?rev=145600&r1=145599&r2=145600&view=diff
==============================================================================
--- www-releases/trunk/3.0/docs/ReleaseNotes.html (original)
+++ www-releases/trunk/3.0/docs/ReleaseNotes.html Thu Dec 1 12:00:52 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