Author: lattner
Date: Wed Sep 26 10:48:33 2007
New Revision: 42354

URL: http://llvm.org/viewvc/llvm-project?rev=42354&view=rev
Log:
be less redundantly redundant.

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=42354&r1=42353&r2=42354&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Sep 26 10:48:33 2007
@@ -147,7 +147,7 @@
     making the code generator faster for vector code.</li>
 
 <li>Evan contributed a new target independent if-converter.  While it is 
-    target independent, at this point only the ARM backend uses it so far.</li>
+    target independent, so far only the ARM backend uses it.</li>
 
 <li>Evan rewrite the way the register allocator handles rematerialization,
     allowing it to be much more effective on two-address targets like X86,


_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to