(combine_instructions): Fix typo on test of basic block number.

From-SVN: r5134
This commit is contained in:
Richard Kenner 1993-08-11 17:58:31 -04:00
parent cc08b87dab
commit f085c9cdc4

View File

@ -537,7 +537,7 @@ combine_instructions (f, nregs)
next = 0;
/* If INSN starts a new basic block, update our basic block number. */
if (this_basic_block < n_basic_blocks + 1
if (this_basic_block + 1 < n_basic_blocks
&& basic_block_head[this_basic_block + 1] == insn)
this_basic_block++;