fold-const.c (fold): For ((a * C1) / C3) or (((a * C1) + C2) / C3) optimizations...
authorToon Moene <toon@moene.indiv.nluug.nl>
Tue, 28 Oct 1997 19:02:23 +0000 (20:02 +0100)
committerJeff Law <law@gcc.gnu.org>
Tue, 28 Oct 1997 19:02:23 +0000 (12:02 -0700)
commit750e83485a2a2e2a6b09368000961827d0f7b8a8
treeb9bcdf0a69d79c64253d4f4fd74b9910a63c10c0
parentede199329090ba13ce5679dbf99732f2727f8ee9
fold-const.c (fold): For ((a * C1) / C3) or (((a * C1) + C2) / C3) optimizations...

        * fold-const.c (fold): For ((a * C1) / C3) or (((a * C1) + C2) / C3)
        optimizations, look inside dividend to determine if the expression
        can be simplified by using EXACT_DIV_EXPR.

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