From 760607e80cc4a2308e90e328f9997b5018d8d493 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 15 Sep 1995 17:27:11 -0400 Subject: [PATCH] (fill_slots_from_thread): Update thread if it is split. From-SVN: r10359 --- gcc/reorg.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/reorg.c b/gcc/reorg.c index 4d9563d490d..00e860ce087 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -3386,6 +3386,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 ((thread_if_true ? eligible_for_annul_false (insn, *pslots_filled, trial, flags) -- 2.30.2