From 9b9cd81b10acdf329c80ea031f98c44c42cf52a1 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 25 Oct 1994 13:14:54 -0700 Subject: [PATCH] (fill_slots_from_thread): Update THREAD if it is split. From-SVN: r8337 --- gcc/reorg.c | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.30.2