diff options
Diffstat (limited to 'gcc/flow.c')
-rw-r--r-- | gcc/flow.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1913,7 +1913,7 @@ delete_block (b) end = tmp; /* Include any barrier that may follow the basic block. */ - tmp = next_nonnote_insn (b->end); + tmp = next_nonnote_insn (end); if (tmp && GET_CODE (tmp) == BARRIER) end = tmp; |