aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-parloops.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-parloops.cc')
-rw-r--r--gcc/tree-parloops.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-parloops.cc b/gcc/tree-parloops.cc
index 2d3aa78..b070527 100644
--- a/gcc/tree-parloops.cc
+++ b/gcc/tree-parloops.cc
@@ -3082,7 +3082,7 @@ gen_parallel_loop (class loop *loop,
profile_probability::unlikely (),
profile_probability::likely (),
profile_probability::unlikely (), true);
- update_ssa (TODO_update_ssa);
+ update_ssa (TODO_update_ssa_no_phi);
free_original_copy_tables ();
}