aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-09-26 15:48:33 +0000
committerChris Lattner <sabre@nondot.org>2007-09-26 15:48:33 +0000
commitb323ca805fdd151f496697f8e97cc20e8ee14402 (patch)
treedf31abb0e00a52fd6aaed8ff89ba34903b527803
parent0d91645ba466139c2ef3ffa6aa9670c1b3eef6c7 (diff)
downloadexternal_llvm-b323ca805fdd151f496697f8e97cc20e8ee14402.zip
external_llvm-b323ca805fdd151f496697f8e97cc20e8ee14402.tar.gz
external_llvm-b323ca805fdd151f496697f8e97cc20e8ee14402.tar.bz2
be less redundantly redundant.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42354 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 407c52b..73d4a9b 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -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,