aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-parloops.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-parloops.c')
-rw-r--r--gcc/tree-parloops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-parloops.c b/gcc/tree-parloops.c
index fb4d1df..5f11fc7 100644
--- a/gcc/tree-parloops.c
+++ b/gcc/tree-parloops.c
@@ -290,7 +290,7 @@ loop_parallel_p (struct loop *loop, htab_t reduction_list,
if (!is_gimple_reg (PHI_RESULT (phi)))
continue;
if (simple_loop_info)
- reduc_stmt = vect_is_simple_reduction (simple_loop_info, phi);
+ reduc_stmt = vect_is_simple_reduction (simple_loop_info, phi, true);
/* Create a reduction_info struct, initialize it and insert it to
the reduction list. */