(jump_optimize): Fix bug in Sep 23 change.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 12 Nov 1996 21:21:11 +0000 (16:21 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 12 Nov 1996 21:21:11 +0000 (16:21 -0500)
From-SVN: r13144

gcc/jump.c

index 27a382a..ba06022 100644 (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;