aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-11-12 16:21:11 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1996-11-12 16:21:11 -0500
commitd8db81924a726ef18cde639408b05b91d9ab9dbb (patch)
tree988f6dd4f778fdc6812ad33b6f71216c38f204b6
parent99fd40121fe7369751326202ad6370bb993298e2 (diff)
downloadgcc-d8db81924a726ef18cde639408b05b91d9ab9dbb.zip
gcc-d8db81924a726ef18cde639408b05b91d9ab9dbb.tar.gz
gcc-d8db81924a726ef18cde639408b05b91d9ab9dbb.tar.bz2
(jump_optimize): Fix bug in Sep 23 change.
From-SVN: r13144
-rw-r--r--gcc/jump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/jump.c b/gcc/jump.c
index 27a382a..ba06022 100644
--- a/gcc/jump.c
+++ b/gcc/jump.c
@@ -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;