(combine_instructions): Fix typo on test of basic block number.
From-SVN: r5134
This commit is contained in:
parent
cc08b87dab
commit
f085c9cdc4
@ -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++;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user