diff options
author | Chris Lattner <sabre@nondot.org> | 2011-12-01 17:25:28 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-12-01 17:25:28 +0000 |
commit | f433c08659f61fd34b970c83c6b99318534f8bfa (patch) | |
tree | 2d296f1ae4a8416e65c6a82425ba2630fdf6b817 /llvm/docs/ReleaseNotes.html | |
parent | ff2be53f8f15a74f044d95b70706ec0d9dcace5f (diff) | |
download | bcm5719-llvm-f433c08659f61fd34b970c83c6b99318534f8bfa.tar.gz bcm5719-llvm-f433c08659f61fd34b970c83c6b99318534f8bfa.zip |
fix broken tag
llvm-svn: 145590
Diffstat (limited to 'llvm/docs/ReleaseNotes.html')
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index cc1414bb607..7b39bf09dc2 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -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> |