From e4be64d097aa602485947b06b50df808b7e90110 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 12 Jun 1995 17:09:44 -0400 Subject: [PATCH] (fill_simple_delay_slots): Set MAYBE_NEVER according to code of TRIAL_DELAY, not TRIAL. From-SVN: r9933 --- gcc/reorg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/reorg.c b/gcc/reorg.c index c2586dd..33de99e 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -3103,8 +3103,8 @@ fill_simple_delay_slots (first, non_jumps_p) set.cc = 1; /* If this is a call or jump, we might not get here. */ - if (GET_CODE (trial) == CALL_INSN - || GET_CODE (trial) == JUMP_INSN) + if (GET_CODE (trial_delay) == CALL_INSN + || GET_CODE (trial_delay) == JUMP_INSN) maybe_never = 1; } -- 2.7.4