diff options
Diffstat (limited to 'gcc/reorg.c')
-rw-r--r-- | gcc/reorg.c | 4 |
1 files 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; } |