OSDN Git Service

* fold-const.c (fold): Reassociate (+ (+ (* a b) c) (* d e))
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Aug 1999 22:37:34 +0000 (22:37 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Aug 1999 22:37:34 +0000 (22:37 +0000)
commit578e821ceb6176c25f36db6fe7916f9accf7fce0
treeba72a7fe3c6c5380b0f55be08ce8de1aaba58b59
parent0cc10fd32985e2c604c4e0fdd10af4554f759b36
    * fold-const.c (fold): Reassociate (+ (+ (* a b) c) (* d e))
        as (+ (+ (* a b) (* d e)) c).  Factor a common power-of-two
        multiplicand out of (+ (* a b) (* c d)).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28829 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/fold-const.c