summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-04-19 17:20:48 +0000
committerChris Lattner <sabre@nondot.org>2006-04-19 17:20:48 +0000
commit0c760dc224013afcc835f157073eaaf49918ab4b (patch)
tree0792545960b4ad4abdb3bea24c193d44bd0026d1 /docs/ReleaseNotes.html
parent8cc5ffb27fa0c9c2e520b117d2ad1203b44c3b6d (diff)
downloadllvm-0c760dc224013afcc835f157073eaaf49918ab4b.tar.gz
llvm-0c760dc224013afcc835f157073eaaf49918ab4b.tar.bz2
llvm-0c760dc224013afcc835f157073eaaf49918ab4b.tar.xz
Alpha too!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27833 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 327ce19220..9ab3a61eb7 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -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>