* tree-ssa.c (kill_redundant_phi_nodes): More correctly handle
commit1ca50e58d58ee9663b3aa074d8032ff1acc2a167
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Jun 2004 20:41:41 +0000 (14 20:41 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Jun 2004 20:41:41 +0000 (14 20:41 +0000)
tree2a6b012635368f8e3f24c906ad8fc525270e4b0b
parent4cf5c70f4c237d1722b930589c326740a691aa22
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83132 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/20040614-1.c [new file with mode: 0644]
gcc/tree-ssa.c