tree-ssa.c (kill_redundant_phi_nodes): More correctly handle PHIs where the destinati...
authorJeff Law <law@redhat.com>
Mon, 14 Jun 2004 20:41:41 +0000 (14:41 -0600)
committerJeff Law <law@gcc.gnu.org>
Mon, 14 Jun 2004 20:41:41 +0000 (14:41 -0600)
commitdaa2b95a4f0e16d75fe83a5d4a38d72c1bbce097
tree2a6b012635368f8e3f24c906ad8fc525270e4b0b
parentd962e073a077fe4066b937412d0f6d435f2f4f92
tree-ssa.c (kill_redundant_phi_nodes): More correctly handle PHIs where the destination or an argument is marked with...

        * tree-ssa.c (kill_redundant_phi_nodes): More correctly handle
        PHIs where the destination or an argument is marked with
        SSA_NAME_OCCURS_IN_ABNORMAL_PHI.

* gcc.c-torture/20040614-1.c: New test.

From-SVN: r83132
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/20040614-1.c [new file with mode: 0644]
gcc/tree-ssa.c