From: Chris Lattner Date: Thu, 1 Dec 2011 17:25:28 +0000 (+0000) Subject: fix broken tag X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9b15ba934ceb7015d82fedb169781ab645682e36;p=oota-llvm.git fix broken tag git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145590 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index cc1414bb607..7b39bf09dc2 100644 --- a/docs/ReleaseNotes.html +++ b/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 -O4 when using this option will optimize even harder, though - this usually doesn't result in any improvement over -O3. + this usually doesn't result in any improvement over -O3.
  • The type and constant conversion logic has been almost entirely rewritten, fixing a multitude of obscure bugs.