diff options
Diffstat (limited to 'gcc/tree-parloops.c')
-rw-r--r-- | gcc/tree-parloops.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/tree-parloops.c b/gcc/tree-parloops.c index 17415a8..8d7912d 100644 --- a/gcc/tree-parloops.c +++ b/gcc/tree-parloops.c @@ -2539,6 +2539,9 @@ try_create_reduction_list (loop_p loop, gcc_assert (exit); + /* Try to get rid of exit phis. */ + final_value_replacement_loop (loop); + gather_scalar_reductions (loop, reduction_list); |