summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-05-16 15:37:19 +0000
committerChris Lattner <sabre@nondot.org>2005-05-16 15:37:19 +0000
commit77d36d4ed5429c61d4a6b8484292a3712acd4774 (patch)
tree2aa385d0cd992de5dc311daa4c390853a1d7097c /docs/ReleaseNotes.html
parent26b1d42c84d6a7027659c85b031ac53be2b7d8a8 (diff)
downloadllvm-77d36d4ed5429c61d4a6b8484292a3712acd4774.tar.gz
llvm-77d36d4ed5429c61d4a6b8484292a3712acd4774.tar.bz2
llvm-77d36d4ed5429c61d4a6b8484292a3712acd4774.tar.xz
fix a typo duraid noticed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22082 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 8e68530f44..9c0824fbcd 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -239,7 +239,7 @@ possible, given information known statically about the arguments to the call.
= 0; &amp;A[i] != &amp;A[100]; ++i) ...</tt>") are optimized better than before,
which primarily helps iterator-intensive C++ codes.</li>
-<li>The code generator now uses information about takes advantage of commutative
+<li>The code generator now can provide and use information about commutative
two-address instructions when performing register allocation.</li>
<li>The optimizer now eliminates simple cases where redundant conditions exist