diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-11-12 16:21:11 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-11-12 16:21:11 -0500 |
commit | d8db81924a726ef18cde639408b05b91d9ab9dbb (patch) | |
tree | 988f6dd4f778fdc6812ad33b6f71216c38f204b6 | |
parent | 99fd40121fe7369751326202ad6370bb993298e2 (diff) | |
download | gcc-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |