aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authorRoger Sayle <roger@eyesopen.com>2006-02-25 22:29:48 +0000
committerRoger Sayle <sayle@gcc.gnu.org>2006-02-25 22:29:48 +0000
commit5484a3c37c1df1cbc23980a1ce5f9f2a033bf632 (patch)
tree3639946e27528ed722acbb12268a53cb71913145 /gcc/system.h
parenteb8dffe0fbff242efc573fba9eff7a1da7eb893f (diff)
downloadgcc-5484a3c37c1df1cbc23980a1ce5f9f2a033bf632.zip
gcc-5484a3c37c1df1cbc23980a1ce5f9f2a033bf632.tar.gz
gcc-5484a3c37c1df1cbc23980a1ce5f9f2a033bf632.tar.bz2
simplify-rtx.c (simplify_relational_operation_1): Simplify (X^Y) == 0 as X == Y and (X^Y) != 0 as X != Y.
* simplify-rtx.c (simplify_relational_operation_1): Simplify (X^Y) == 0 as X == Y and (X^Y) != 0 as X != Y. Simplify (X^Y) == Y as X == 0, and some symmetry related transformations. Simplify (X^C1) == C2 as X == (C1^C2). Split long comment line. From-SVN: r111443
Diffstat (limited to 'gcc/system.h')
0 files changed, 0 insertions, 0 deletions