diff options
Diffstat (limited to 'gcc/modulo-sched.c')
-rw-r--r-- | gcc/modulo-sched.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/modulo-sched.c b/gcc/modulo-sched.c index 0ea9a4d..969b273 100644 --- a/gcc/modulo-sched.c +++ b/gcc/modulo-sched.c @@ -1204,6 +1204,8 @@ mark_loop_unsched (struct loop *loop) for (i = 0; i < loop->num_nodes; i++) bbs[i]->flags |= BB_DISABLE_SCHEDULE; + + free (bbs); } /* Return true if all the BBs of the loop are empty except the |