From: Chris Lattner
Date: Wed, 26 Sep 2007 15:48:33 +0000 (+0000)
Subject: be less redundantly redundant.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b323ca805fdd151f496697f8e97cc20e8ee14402;p=oota-llvm.git
be less redundantly redundant.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42354 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 407c52b6db1..73d4a9b199a 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -147,7 +147,7 @@ optimizer, speeding it up and making it more aggressive. For example:
making the code generator faster for vector code.
Evan contributed a new target independent if-converter. While it is
- target independent, at this point only the ARM backend uses it so far.
+ target independent, so far only the ARM backend uses it.
Evan rewrite the way the register allocator handles rematerialization,
allowing it to be much more effective on two-address targets like X86,