From 15c74de0dd2b6c2f09f3512e35eb4b60a538ffcf Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 16 May 2005 15:37:19 +0000 Subject: fix a typo duraid noticed llvm-svn: 22082 --- llvm/docs/ReleaseNotes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; &A[i] != &A[100]; ++i) ...") are optimized better than before, which primarily helps iterator-intensive C++ codes. -
  • The code generator now uses information about takes advantage of commutative +
  • The code generator now can provide and use information about commutative two-address instructions when performing register allocation.
  • The optimizer now eliminates simple cases where redundant conditions exist -- cgit v1.1