fold-const.c (fold): Reassociate (+ (+ (* a b) c) (* d e)) as (+ (+ (* a b) (* d...
authorRichard Henderson <rth@cygnus.com>
Tue, 24 Aug 1999 22:37:34 +0000 (15:37 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 24 Aug 1999 22:37:34 +0000 (15:37 -0700)
commitabe4f192b718200fec889f10b289503e22a3df06
treeba72a7fe3c6c5380b0f55be08ce8de1aaba58b59
parentf2a1bc02679df06d8461df03f48ebaafe5e4307e
fold-const.c (fold): Reassociate (+ (+ (* a b) c) (* d e)) as (+ (+ (* a b) (* d e)) c).

        * 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)).

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