diff options
Diffstat (limited to 'gcc/loop-unswitch.c')
-rw-r--r-- | gcc/loop-unswitch.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/loop-unswitch.c b/gcc/loop-unswitch.c index b0e2aaa12be..05530adcfaf 100644 --- a/gcc/loop-unswitch.c +++ b/gcc/loop-unswitch.c @@ -458,11 +458,6 @@ unswitch_loop (struct loop *loop, basic_block unswitch_on, rtx cond, rtx cinsn) remove_path (true_edge); remove_path (false_edge); - /* One of created loops do not have to be subloop of the outer loop now, - so fix its placement in loop data structure. */ - fix_loop_placement (loop); - fix_loop_placement (nloop); - /* Preserve the simple loop preheaders. */ split_edge (loop_preheader_edge (loop)); split_edge (loop_preheader_edge (nloop)); |