Complete last change.

From-SVN: r8207
This commit is contained in:
Richard Kenner 1994-10-02 20:44:08 -04:00
parent cafbaf85f5
commit 8b11645c88

View File

@ -3266,7 +3266,11 @@ fill_slots_from_thread (insn, condition, thread, opposite_thread, likely,
{
update_block (trial, thread);
if (trial == thread)
thread = next_active_insn (thread);
{
thread = next_active_insn (thread);
if (new_thread == trial)
new_thread = thread;
}
delete_insn (trial);
}