diff options
author | Chris Lattner <sabre@nondot.org> | 2005-05-16 15:37:19 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-05-16 15:37:19 +0000 |
commit | 77d36d4ed5429c61d4a6b8484292a3712acd4774 (patch) | |
tree | 2aa385d0cd992de5dc311daa4c390853a1d7097c /docs/ReleaseNotes.html | |
parent | 26b1d42c84d6a7027659c85b031ac53be2b7d8a8 (diff) | |
download | external_llvm-77d36d4ed5429c61d4a6b8484292a3712acd4774.zip external_llvm-77d36d4ed5429c61d4a6b8484292a3712acd4774.tar.gz external_llvm-77d36d4ed5429c61d4a6b8484292a3712acd4774.tar.bz2 |
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.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 8e68530..9c0824f 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; &A[i] != &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 |