fold-const.c
337 KB
-
fold-const.c (fold): When seeing if D & ~C != 0 to fold (A & C) == D into 0, fold ~C. · 24109c9f
* fold-const.c (fold) [EQ_EXPR]: When seeing if D & ~C != 0 to fold (A & C) == D into 0, fold ~C. Similarly, for the case where | is used instead of &. * testsuite/gcc.dg/tree-ssa/20041002-1.c: New. From-SVN: r88449
Kazu Hirata committed