(fill_simple_delay_slots): Set MAYBE_NEVER according to code of

TRIAL_DELAY, not TRIAL.

From-SVN: r9933
This commit is contained in:
Richard Kenner 1995-06-12 17:09:44 -04:00
parent 7f9cce93f3
commit e4be64d097
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}