]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/gimple.c
gimple.c (canonicalize_cond_expr_cond): Rewrite x ^ y into x != y.
authorJeff Law <law@redhat.com>
Mon, 8 Apr 2013 13:11:56 +0000 (07:11 -0600)
committerJeff Law <law@gcc.gnu.org>
Mon, 8 Apr 2013 13:11:56 +0000 (07:11 -0600)
commit4481581f34be81348f36276e290c80d59fbf49c6
tree2cbc77ce6bebb52b13d7fbb0ce405e72e23a88c3
parent451dabda42522372cfe55e7b6433b19b6df625d2
gimple.c (canonicalize_cond_expr_cond): Rewrite x ^ y into x != y.

        * gimple.c (canonicalize_cond_expr_cond): Rewrite x ^ y into
        x != y.

        * gcc.dg/tree-ssa/forwprop-25.c: New test

From-SVN: r197579
gcc/ChangeLog
gcc/gimple.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/forwprop-25.c [new file with mode: 0644]