diff options
Diffstat (limited to 'gcc/recog.c')
-rw-r--r-- | gcc/recog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/recog.c b/gcc/recog.c index 7f597566770..c59aa0e268e 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -2898,7 +2898,7 @@ split_all_insns (void) bool changed; basic_block bb; - blocks = sbitmap_alloc (last_basic_block); + blocks = sbitmap_alloc (last_basic_block_for_fn (cfun)); bitmap_clear (blocks); changed = false; |