diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index deac68c14e5..53b3a037b9a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2003-06-27 Kazu Hirata <kazu@cs.umass.edu> + * gcse.c (expr_equiv_p): Replace expressions that are known to + be 0 with 0. + +2003-06-27 Kazu Hirata <kazu@cs.umass.edu> + * cse.c (fold_rtx): Replace the equality comparison of INTVALs with a pointer equality comparison. |