Commit e4be64d0 by Richard Kenner

(fill_simple_delay_slots): Set MAYBE_NEVER according to code of

TRIAL_DELAY, not TRIAL.

From-SVN: r9933
parent 7f9cce93
...@@ -3103,8 +3103,8 @@ fill_simple_delay_slots (first, non_jumps_p) ...@@ -3103,8 +3103,8 @@ fill_simple_delay_slots (first, non_jumps_p)
set.cc = 1; set.cc = 1;
/* If this is a call or jump, we might not get here. */ /* If this is a call or jump, we might not get here. */
if (GET_CODE (trial) == CALL_INSN if (GET_CODE (trial_delay) == CALL_INSN
|| GET_CODE (trial) == JUMP_INSN) || GET_CODE (trial_delay) == JUMP_INSN)
maybe_never = 1; maybe_never = 1;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment