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
This commit is contained in:
parent
0c3251f0aa
commit
f252165363
@ -1,3 +1,8 @@
|
||||
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. */
|
||||
|
Loading…
Reference in New Issue
Block a user