tree-ssa-dce.c (remove_dead_statement): When removing a dead control statement...
authorJeff Law <law@redhat.com>
Thu, 9 Feb 2006 02:18:59 +0000 (19:18 -0700)
committerJeff Law <law@gcc.gnu.org>
Thu, 9 Feb 2006 02:18:59 +0000 (19:18 -0700)
commit0a180c0ee8779e656fd59c604a4a4443e242a7f7
treea64f23c9c77ce31c8416c904d0b39f38e87380e2
parent1349c6885196987a8a167b852ff5c482de834333
tree-ssa-dce.c (remove_dead_statement): When removing a dead control statement...

        * 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.

From-SVN: r110784
gcc/ChangeLog
gcc/tree-ssa-dce.c