aboutsummaryrefslogtreecommitdiff
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
commit15c74de0dd2b6c2f09f3512e35eb4b60a538ffcf (patch)
tree840b166a9fb73e1603c2538b40ea7ea8495b2e12
parent3dbbc88f52d7d428e07a078d71f03ccda734443c (diff)
downloadllvm-15c74de0dd2b6c2f09f3512e35eb4b60a538ffcf.zip
llvm-15c74de0dd2b6c2f09f3512e35eb4b60a538ffcf.tar.gz
llvm-15c74de0dd2b6c2f09f3512e35eb4b60a538ffcf.tar.bz2
fix a typo duraid noticed
llvm-svn: 22082
-rw-r--r--llvm/docs/ReleaseNotes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 8e68530..9c0824f 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/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