tree-ssa-dom.c (tree_ssa_dominator_optimize): If some blocks need EH cleanup at the...
authorEric Botcazou <ebotcazou@adacore.com>
Sun, 18 May 2008 22:36:30 +0000 (22:36 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 18 May 2008 22:36:30 +0000 (22:36 +0000)
commit45a7844faf66271c1b2491d2931aa761c80c2f90
treef1da280155d74a0224de267e7b4f026be9c8d18c
parentf76257660862749a706a6c0d2181811a234e51cf
tree-ssa-dom.c (tree_ssa_dominator_optimize): If some blocks need EH cleanup at the end of the pass...

* tree-ssa-dom.c (tree_ssa_dominator_optimize): If some blocks need
EH cleanup at the end of the pass, search for those that have been
turned into forwarder blocks and do the cleanup on their successor.

From-SVN: r135514
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/loop_optimization2.adb [new file with mode: 0644]
gcc/testsuite/gnat.dg/loop_optimization2.ads [new file with mode: 0644]
gcc/tree-ssa-dom.c