simplify-rtx.c (simplify_binary_operation_1): Removed erroneous break that was preven...
authorSimon Baldwin <simonb@google.com>
Thu, 9 Aug 2007 18:30:49 +0000 (18:30 +0000)
committerSimon Baldwin <simonb@gcc.gnu.org>
Thu, 9 Aug 2007 18:30:49 +0000 (18:30 +0000)
commitd6bc05d4a4d310d7a29e5c8e01be8467cd7eedcb
tree6f82729fcd3970cf44eb7c65e0ecc61c77d1af4f
parent14670a74f8ea321083f6263b07467d866700d0bc
simplify-rtx.c (simplify_binary_operation_1): Removed erroneous break that was preventing simplify_associative_operation()...

        * simplify-rtx.c (simplify_binary_operation_1): Removed erroneous
        break that was preventing simplify_associative_operation() for xor.

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