From: Jim Wilson Date: Tue, 25 Oct 1994 20:14:54 +0000 (-0700) Subject: (fill_slots_from_thread): Update THREAD if it is split. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9b9cd81b10acdf329c80ea031f98c44c42cf52a1;p=gcc.git (fill_slots_from_thread): Update THREAD if it is split. From-SVN: r8337 --- diff --git a/gcc/reorg.c b/gcc/reorg.c index 430bc7d0402..71000107935 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -3297,6 +3297,8 @@ fill_slots_from_thread (insn, condition, thread, opposite_thread, likely, trial = try_split (pat, trial, 0); if (new_thread == old_trial) new_thread = trial; + if (thread == old_trial) + thread = trial; pat = PATTERN (trial); if (eligible_for_delay (insn, *pslots_filled, trial, flags)) goto winner;