tree-ssa-threadupdate.c (create_block_for_threading): Do not call remove_ctrl_stmt_an...
commita91926b9ff33c716bfbcf1fc70a735778164f0e5
authorJeff Law <law@redhat.com>
Fri, 6 May 2011 15:13:35 +0000 (6 09:13 -0600)
committerJeff Law <law@gcc.gnu.org>
Fri, 6 May 2011 15:13:35 +0000 (6 09:13 -0600)
treee674d085db2678cbf191fad6acbe0bf2a281766e
parent1fc1b66d4a7668e4a9640edac9c6d6bd5105284d
tree-ssa-threadupdate.c (create_block_for_threading): Do not call remove_ctrl_stmt_and_useless_edges.

* tree-ssa-threadupdate.c (create_block_for_threading): Do not call
remove_ctrl_stmt_and_useless_edges.
(create_duplicates): Call remove_ctrl_stmt_and_useless_edges.
(fixup_template_block, thread_single_edge): Likewise.
(mark_threaded_blocks): Use THREAD_TARGET.

From-SVN: r173492
gcc/ChangeLog
gcc/tree-ssa-threadupdate.c