diff options
Diffstat (limited to 'gcc/ChangeLog')
| -rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6e5396a..4b3d554 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2005-07-02 Andrew Pinski <pinskia@physics.uc.edu> + + PR middle-end/14490 + * fold-const.c (fold_binary): Handle the return value of + fold_to_nonsharp_ineq_using_bound if we get back the same operand back. + Implement "X +- C1 CMP C2" folding to "X CMP C2 -+ C1". + 2005-07-02 Jeff Law <law@redhat.com> * tree-ssa-dom.c (find_equivalent_equality_comparison): Do not |
