From d8db81924a726ef18cde639408b05b91d9ab9dbb Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 12 Nov 1996 16:21:11 -0500 Subject: [PATCH] (jump_optimize): Fix bug in Sep 23 change. From-SVN: r13144 --- gcc/jump.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/jump.c b/gcc/jump.c index 27a382a2b72..ba06022ce17 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; -- 2.30.2