summaryrefslogtreecommitdiff
path: root/gcc/tree-outof-ssa.c
diff options
context:
space:
mode:
authorwschmidt <wschmidt@138bc75d-0d04-0410-961f-82ee72b054a4>2011-11-18 14:15:38 +0000
committerwschmidt <wschmidt@138bc75d-0d04-0410-961f-82ee72b054a4>2011-11-18 14:15:38 +0000
commitc4862d10a774446c4879cefe2bc0bb27c9f36e32 (patch)
treed57e982aee927345e34fc857c17179774eb9d2e9 /gcc/tree-outof-ssa.c
parent723d2fd674a6b9bfb5ab72144c53679866a5d3eb (diff)
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181476 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-outof-ssa.c')
-rw-r--r--gcc/tree-outof-ssa.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/tree-outof-ssa.c b/gcc/tree-outof-ssa.c
index 4de45001e673..45060f70eb02 100644
--- a/gcc/tree-outof-ssa.c
+++ b/gcc/tree-outof-ssa.c
@@ -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. */