diff options
Diffstat (limited to 'gcc/loop-unswitch.c')
-rw-r--r-- | gcc/loop-unswitch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop-unswitch.c b/gcc/loop-unswitch.c index 08780f0..2eb3396 100644 --- a/gcc/loop-unswitch.c +++ b/gcc/loop-unswitch.c @@ -475,7 +475,7 @@ unswitch_loop (struct loops *loops, struct loop *loop, basic_block unswitch_on, /* Loopify from the copy of LOOP body, constructing the new loop. */ nloop = loopify (loops, latch_edge, - loop->header->rbi->copy->pred, switch_bb); + loop->header->rbi->copy->pred, switch_bb, true); /* Remove branches that are now unreachable in new loops. */ remove_path (loops, true_edge); |