From 77d36d4ed5429c61d4a6b8484292a3712acd4774 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 16 May 2005 15:37:19 +0000 Subject: [PATCH] fix a typo duraid noticed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22082 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 8e68530f44f..9c0824fbcd5 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) ...") 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 -- 2.34.1