diff options
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r-- | gcc/tree-inline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c index ed06cb9..ab8e40b 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -4569,7 +4569,7 @@ optimize_inline_calls (tree fn) will split id->current_basic_block, and the new blocks will follow it; we'll trudge through them, processing their CALL_EXPRs along the way. */ - FOR_EACH_BB (bb) + FOR_EACH_BB_FN (bb, cfun) inlined_p |= gimple_expand_calls_inline (bb, &id); pop_gimplify_context (NULL); |