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