[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Mon May 16 08:37:37 PDT 2005
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.323 -> 1.324
---
Log message:
fix a typo duraid noticed
---
Diffs of the changes: (+2 -2)
ReleaseNotes.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.323 llvm/docs/ReleaseNotes.html:1.324
--- llvm/docs/ReleaseNotes.html:1.323 Mon May 16 01:58:39 2005
+++ llvm/docs/ReleaseNotes.html Mon May 16 10:37:19 2005
@@ -239,7 +239,7 @@
= 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
@@ -786,7 +786,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2005/05/16 06:58:39 $
+ Last modified: $Date: 2005/05/16 15:37:19 $
</address>
</body>
More information about the llvm-commits
mailing list