fix broken tag

llvm-svn: 145590
This commit is contained in:
Chris Lattner 2011-12-01 17:25:28 +00:00
parent ff2be53f8f
commit f433c08659
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ For more details about the changes to Clang since the 2.9 release, see the
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>