diff options
Diffstat (limited to 'gcc/loop-init.c')
-rw-r--r-- | gcc/loop-init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop-init.c b/gcc/loop-init.c index 3dc6953d525..8c5553b983f 100644 --- a/gcc/loop-init.c +++ b/gcc/loop-init.c @@ -169,7 +169,7 @@ loop_optimizer_finalize (void) ggc_free (current_loops); current_loops = NULL; - FOR_ALL_BB (bb) + FOR_ALL_BB_FN (bb, cfun) { bb->loop_father = NULL; } |