Alpha too!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27833 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-04-19 17:20:48 +00:00
parent 8cc5ffb27f
commit 0c760dc224

View File

@ -182,7 +182,7 @@ Improvements</a></div>
fixed, has several new features, and is enabled by default in llvmgcc3
now.</li>
<li>The Loop Strength Reduction pass (<tt>-loop-reduce</tt>) is now enabled for
the X86 backend.</li>
the X86 and Alpha backends.</li>
<li>The Instruction Combining pass (<tt>-instcombine</tt>) now includes a
framework and implementation for simplifying code based on whether computed
bits are demanded or not.</li>