(relax_delay_slots): Only look at JUMP_LABEL for a condjump_p.

From-SVN: r2935
This commit is contained in:
Richard Kenner 1992-12-27 19:52:26 -05:00
parent 6a270722a5
commit 9fca773d22
1 changed files with 1 additions and 0 deletions

View File

@ -3207,6 +3207,7 @@ relax_delay_slots (first)
the next insn, or jumps to a label that is not the last of a
group of consecutive labels. */
if (GET_CODE (insn) == JUMP_INSN
&& condjump_p (insn)
&& (target_label = JUMP_LABEL (insn)) != 0)
{
target_label = follow_jumps (target_label);