From: Richard Kenner Date: Mon, 12 Jun 1995 21:09:44 +0000 (-0400) Subject: (fill_simple_delay_slots): Set MAYBE_NEVER according to code of X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e4be64d097aa602485947b06b50df808b7e90110;p=platform%2Fupstream%2Fgcc.git (fill_simple_delay_slots): Set MAYBE_NEVER according to code of TRIAL_DELAY, not TRIAL. From-SVN: r9933 --- 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; }