(jump_optimize): Fix bug in Sep 23 change.

From-SVN: r13144
This commit is contained in:
Richard Kenner 1996-11-12 16:21:11 -05:00
parent 99fd40121f
commit d8db81924a

View File

@ -476,6 +476,7 @@ jump_optimize (f, cross_jump, noop_moves, after_regscan)
code for it, but still can keep the note. */
PATTERN (insn)
= gen_rtx (USE, VOIDmode, XEXP (trial, 0));
INSN_CODE (insn) = -1;
/* Remove all reg notes but the REG_DEAD one. */
REG_NOTES (insn) = trial;
XEXP (trial, 1) = NULL_RTX;