match.pd ((A & ~B) - (A & B) -> (A ^ B) - B): Add missing :c.
authorRichard Biener <rguenther@suse.de>
Mon, 26 Oct 2015 13:27:59 +0000 (13:27 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 26 Oct 2015 13:27:59 +0000 (13:27 +0000)
commita9658b115b061ddb02bc809d5923cb14b0678256
tree95adc7b03c0c7e89d85b943b91bc9127c3ae28ec
parent48bb06a77e71672e09f409b719b76c3388cc3b99
match.pd ((A & ~B) - (A & B) -> (A ^ B) - B): Add missing :c.

2015-10-26  Richard Biener  <rguenther@suse.de>

* match.pd ((A & ~B) - (A & B) -> (A ^ B) - B): Add missing :c.
( (X & ~Y) | (~X & Y) -> X ^ Y): Remove redundant :c.

From-SVN: r229360
gcc/ChangeLog
gcc/match.pd