* tree-ssa-dom.c (tree_ssa_dominator_optimize): If some blocks need
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 18 May 2008 22:36:30 +0000 (22:36 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 18 May 2008 22:36:30 +0000 (22:36 +0000)
commit5ec0139d6906098262a93111d8af48723026f27d
treef1da280155d74a0224de267e7b4f026be9c8d18c
parent6fbd742ae7f14166ea2c367a9b6595471d41547a
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135514 138bc75d-0d04-0410-961f-82ee72b054a4
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