Commit f2521653 by Bill Schmidt Committed by William Schmidt

tree-outof-ssa.c (insert_back_edge_copies): Add call to mark_dfs_back_edges.

2011-11-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

	* tree-outof-ssa.c (insert_back_edge_copies):  Add call to
	mark_dfs_back_edges.

From-SVN: r181476
parent 0c3251f0
2011-11-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
* tree-outof-ssa.c (insert_back_edge_copies): Add call to
mark_dfs_back_edges.
2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
PR target/49992
......@@ -1021,6 +1021,8 @@ insert_backedge_copies (void)
basic_block bb;
gimple_stmt_iterator gsi;
mark_dfs_back_edges ();
FOR_EACH_BB (bb)
{
/* Mark block as possibly needing calculation of UIDs. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment