aboutsummaryrefslogtreecommitdiff
path: root/libobjc/encoding.c
diff options
context:
space:
mode:
authorRasmus Villemoes <rv@rasmusvillemoes.dk>2015-05-01 20:25:12 +0200
committerJeff Law <law@gcc.gnu.org>2015-05-01 12:25:12 -0600
commit0f770b013e710f7225ddb1f75a0fb28bcf8ebf31 (patch)
tree0946db8391df7da6267cfcf0d058190705a74e1b /libobjc/encoding.c
parent5524eb7ecc101ec843fe1f1c3200d20ff09da0d3 (diff)
downloadgcc-0f770b013e710f7225ddb1f75a0fb28bcf8ebf31.zip
gcc-0f770b013e710f7225ddb1f75a0fb28bcf8ebf31.tar.gz
gcc-0f770b013e710f7225ddb1f75a0fb28bcf8ebf31.tar.bz2
match.pd: New simplification patterns.
* match.pd: New simplification patterns. (x + (x & 1)) -> ((x + 1) & ~1) (x & ~(x & y)) -> ((x & ~y)) (x | ~(x | y)) -> ((x | ~y)) * gcc.dg/20150120-1.c: New test. * gcc.dg/20150120-2.c: New test. * gcc.dg/20150120-3.c: New test. From-SVN: r222697
Diffstat (limited to 'libobjc/encoding.c')
0 files changed, 0 insertions, 0 deletions