diff options
Diffstat (limited to 'gcc/tree-ssa-loop-unswitch.c')
-rw-r--r-- | gcc/tree-ssa-loop-unswitch.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/tree-ssa-loop-unswitch.c b/gcc/tree-ssa-loop-unswitch.c index d4ab19263ae..d406fb5905a 100644 --- a/gcc/tree-ssa-loop-unswitch.c +++ b/gcc/tree-ssa-loop-unswitch.c @@ -107,11 +107,8 @@ tree_ssa_unswitch_loops (struct loops *loops) #endif } -#if 0 - /* The necessary infrastructure is not in yet. */ if (changed) cleanup_tree_cfg_loop (); -#endif } /* Checks whether we can unswitch LOOP on condition at end of BB -- one of its |