reword my incoherent babble into something that makes sense

from Wesley Peck!

llvm-svn: 102096
This commit is contained in:
Chris Lattner 2010-04-22 17:39:38 +00:00
parent ad2804110b
commit 77a23804b9
1 changed files with 2 additions and 2 deletions

View File

@ -760,8 +760,8 @@ href="http://blog.llvm.org/2010/04/arm-advanced-simd-neon-intrinsics-and.html">
<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