Commit 8b11645c by Richard Kenner

Complete last change.

From-SVN: r8207
parent cafbaf85
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment