simplify-rtx.c (simplify_binary_operation): Simplify ~y when (x - (x & y)) is found.
authorKazu Hirata <kazu@cs.umass.edu>
Fri, 14 Feb 2003 17:50:30 +0000 (17:50 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 14 Feb 2003 17:50:30 +0000 (17:50 +0000)
commit6017c7192b72a44f762521140f270ae91060c2f8
treea68ee3f29bb4d7d981224b90d9c08e4f68d48a8a
parentb8c86c6d07a8c404a696d908b0734af9493c0884
simplify-rtx.c (simplify_binary_operation): Simplify ~y when (x - (x & y)) is found.

* simplify-rtx.c (simplify_binary_operation): Simplify ~y when
(x - (x & y)) is found.

From-SVN: r62906
gcc/ChangeLog
gcc/simplify-rtx.c