fix a typo duraid noticed
authorChris Lattner <sabre@nondot.org>
Mon, 16 May 2005 15:37:19 +0000 (15:37 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 16 May 2005 15:37:19 +0000 (15:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22082 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 8e68530f44f5e647b65d6822808a66f910ee2c9c..9c0824fbcd5e998ae3f1d1093418ad3b4c82bdbe 100644 (file)
@@ -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