OSDN Git Service

* tree-ssa-dce.c (remove_dead_statement): When removing a dead
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Feb 2006 02:18:59 +0000 (02:18 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Feb 2006 02:18:59 +0000 (02:18 +0000)
commit39cdc6b4da09003cfc2f546f1802b9ef0311e836
treea64f23c9c77ce31c8416c904d0b39f38e87380e2
parentfdcfb10d15004124c997452560fe5fe30c85618d
    * tree-ssa-dce.c (remove_dead_statement): When removing a dead
        control statement, handle all three special cases in the same
        manner as they all have the same desired solution.  No longer
        special case edge flag updating when the post dominator is
        the exit block.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110784 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-ssa-dce.c