* tree-ssa-dom.c (propagate_rhs_into_lhs): Don't call update_stmt
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Mar 2006 23:21:27 +0000 (23:21 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Mar 2006 23:21:27 +0000 (23:21 +0000)
commit2f067d147ab537bf949c89cdb977095db38ff511
treea457495224966ac0267a09cd906d32e128d74d47
parentaa3f4759f7f01c9d10d3f5cdef54105270d4b50c
    * tree-ssa-dom.c (propagate_rhs_into_lhs): Don't call update_stmt
        directly.  Call mark_new_vars_to_rename slightly earlier.

        * gcc.c-torture/pr26840.c: New test.

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