diff options
Diffstat (limited to 'gcc/loop-unroll.c')
-rw-r--r-- | gcc/loop-unroll.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/loop-unroll.c b/gcc/loop-unroll.c index d25caf9..48f9deb 100644 --- a/gcc/loop-unroll.c +++ b/gcc/loop-unroll.c @@ -1167,6 +1167,9 @@ unroll_loop_runtime_iterations (struct loops *loops, struct loop *loop) ";; Unrolled loop %d times, counting # of iterations " "in runtime, %i insns\n", max_unroll, num_loop_insns (loop)); + + if (dom_bbs) + free (dom_bbs); } /* Decide whether to simply peel LOOP and how much. */ |