Alpha too!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27833 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 327ce19..9ab3a61 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -182,7 +182,7 @@
     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>