fold-const.c (fold): Fold (A & ~B) - (A & B) into (A ^ B) - B for any B.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 30 Sep 2003 21:07:41 +0000 (21:07 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 30 Sep 2003 21:07:41 +0000 (21:07 +0000)
commit518723777f8ef7a965e4a7f9c2e9f64105de03ea
treee0e6b3ab50ad71b39fa54fdba29ba23c9bc1d24f
parentae7c3ba55f177f5469271802312ec4d697fa1896
fold-const.c (fold): Fold (A & ~B) - (A & B) into (A ^ B) - B for any B.

* fold-const.c (fold): Fold (A & ~B) - (A & B) into
(A ^ B) - B for any B.

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