]> gcc.gnu.org Git - gcc.git/commit
ifcvt.c (noce_process_if_block): Correctly detect X modified with INSN_B before COND_...
authorRichard Henderson <rth@redhat.com>
Thu, 19 Sep 2002 01:07:10 +0000 (18:07 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 19 Sep 2002 01:07:10 +0000 (18:07 -0700)
commitbf3d27e6892e4438d183062340ce17e39cb9fa9d
tree6817aa9bc3ff6e8d11f2ab3f5a2a0d8f9a3b3d77
parent1b1f20cab9ba8fea71e43cecfe985eb60e2f59e7
ifcvt.c (noce_process_if_block): Correctly detect X modified with INSN_B before COND_EARLIEST.

        * ifcvt.c (noce_process_if_block): Correctly detect X modified
        with INSN_B before COND_EARLIEST.  Don't check A and B for
        modification in condition range.  Reorder INSN_B for A==B properly.
        (if_convert): Iterate until no matches for a block.

* gcc.c-torture/execute/20020916-1.c: New.

From-SVN: r57294
gcc/ChangeLog
gcc/ifcvt.c
gcc/testsuite/gcc.c-torture/execute/20020916-1.c [new file with mode: 0644]
This page took 0.060555 seconds and 5 git commands to generate.