(try_merge_delay_insns): Update THREAD if deleting first insn in it.

From-SVN: r8221
This commit is contained in:
Richard Kenner 1994-10-05 06:56:25 -04:00
parent 90768f280e
commit 8ad4abfc94

View File

@ -1790,6 +1790,9 @@ try_merge_delay_insns (insn, thread)
if (! annul_p)
{
update_block (trial, thread);
if (trial == thread)
thread = next_active_insn (thread);
delete_insn (trial);
INSN_FROM_TARGET_P (next_to_match) = 0;
}