fold-const.c (fold): Guard (-A)+B -> B-A transformation with reorder_operands_p.
authorRoger Sayle <roger@eyesopen.com>
Sat, 3 Apr 2004 20:05:40 +0000 (20:05 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sat, 3 Apr 2004 20:05:40 +0000 (20:05 +0000)
commit2f63a4570c14bd64ab88295180c89482948c61e0
tree8e6a6e539c2c2e8944dd964fda8c850daf1c3d95
parentef1140a912b50510fdf4fd7fdb3b9d243087690b
fold-const.c (fold): Guard (-A)+B -> B-A transformation with reorder_operands_p.

* fold-const.c (fold) <PLUS_EXPR>: Guard (-A)+B -> B-A transformation
with reorder_operands_p.

From-SVN: r80381
gcc/ChangeLog
gcc/fold-const.c