diff options
Diffstat (limited to 'gcc/tree-parloops.cc')
-rw-r--r-- | gcc/tree-parloops.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-parloops.cc b/gcc/tree-parloops.cc index 7fcb0d5..da10696 100644 --- a/gcc/tree-parloops.cc +++ b/gcc/tree-parloops.cc @@ -3070,7 +3070,7 @@ gen_parallel_loop (class loop *loop, = force_gimple_operand (many_iterations_cond, &stmts, false, NULL_TREE); if (stmts) gsi_insert_seq_on_edge_immediate (loop_preheader_edge (loop), stmts); - if (!is_gimple_condexpr (many_iterations_cond)) + if (!is_gimple_condexpr_for_cond (many_iterations_cond)) { many_iterations_cond = force_gimple_operand (many_iterations_cond, &stmts, |