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

Chris Lattner sabre at nondot.org
Thu Apr 22 10:39:39 PDT 2010


Author: lattner
Date: Thu Apr 22 12:39:38 2010
New Revision: 102096

URL: http://llvm.org/viewvc/llvm-project?rev=102096&view=rev
Log:
reword my incoherent babble into something that makes sense
from Wesley Peck!

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=102096&r1=102095&r2=102096&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Thu Apr 22 12:39:38 2010
@@ -760,8 +760,8 @@
 
 <ul>
 <li>The optimizer uses the new CodeMetrics class to measure the size of code.
-    Various passes that use thing (like the inliner, loop unswitcher, etc) all
-    use this to make more accurate estimates of the code size impact of various
+    Various passes (like the inliner, loop unswitcher, etc) all use this to make
+    more accurate estimates of the code size impact of various
     optimizations.</li>
 <li>A new <a href="http://llvm.org/doxygen/InstructionSimplify_8h-source.html">
     llvm/Analysis/InstructionSimplify.h</a> interface is available for doing





More information about the llvm-commits mailing list