diff options
Diffstat (limited to 'gcc/except.c')
-rw-r--r-- | gcc/except.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/except.c b/gcc/except.c index e4b8cad..cf4fd14 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -1511,7 +1511,7 @@ finish_eh_generation (void) commit_edge_insertions (); /* Redirect all EH edges from the post_landing_pad to the landing pad. */ - FOR_EACH_BB (bb) + FOR_EACH_BB_FN (bb, cfun) { eh_landing_pad lp; edge_iterator ei; |