be less redundantly redundant.
authorChris Lattner <sabre@nondot.org>
Wed, 26 Sep 2007 15:48:33 +0000 (15:48 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 26 Sep 2007 15:48:33 +0000 (15:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42354 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 407c52b6db19ffbc4c2c6f0317fe86da6a3b5b35..73d4a9b199a9cbe81d15e9eaaa489ceeeb1bd04b 100644 (file)
@@ -147,7 +147,7 @@ optimizer, speeding it up and making it more aggressive.  For example:</p>
     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,