match.pd ((A & B) - (A & ~B) -> B - (A ^ B)): Add missing :c.
authorRichard Biener <rguenther@suse.de>
Wed, 1 Jun 2016 10:31:30 +0000 (10:31 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 1 Jun 2016 10:31:30 +0000 (10:31 +0000)
commita8e9f9a310c7073dbf656cf4d47b72bff4605a2d
tree8c5a1980e3d57b4f2badc508c6101c7f0a30001f
parent48de570121fa393e003a11f63a85b862a0c1030e
match.pd ((A & B) - (A & ~B) -> B - (A ^ B)): Add missing :c.

2016-06-01  Richard Biener  <rguenther@suse.de>

* match.pd ((A & B) - (A & ~B) -> B - (A ^ B)): Add missing :c.
(relational patterns): Use :c to avoid pattern duplications.

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