diff options
Diffstat (limited to 'gcc/tree-ssa-loop-unswitch.c')
-rw-r--r-- | gcc/tree-ssa-loop-unswitch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-loop-unswitch.c b/gcc/tree-ssa-loop-unswitch.c index 1736269..d0625c5 100644 --- a/gcc/tree-ssa-loop-unswitch.c +++ b/gcc/tree-ssa-loop-unswitch.c @@ -282,5 +282,5 @@ tree_unswitch_loop (struct loops *loops, struct loop *loop, gcc_assert (loop->inner == NULL); return loop_version (loops, loop, unshare_expr (cond), - &condition_bb); + &condition_bb, false); } |