aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
diff options
context:
space:
mode:
authorJames Van Artsdalen <jrv@gnu.org>1993-01-19 21:27:54 +0000
committerJames Van Artsdalen <jrv@gnu.org>1993-01-19 21:27:54 +0000
commitf898f03121cf231a8b458cd097cdd6df85110c1e (patch)
tree17e349199d77d14100e4625ac2f042d8a7327a54 /gcc/function.c
parentf209ff48192d7556deb7beae1a11396e87d418b5 (diff)
downloadgcc-f898f03121cf231a8b458cd097cdd6df85110c1e.zip
gcc-f898f03121cf231a8b458cd097cdd6df85110c1e.tar.gz
gcc-f898f03121cf231a8b458cd097cdd6df85110c1e.tar.bz2
(fixup_var_refs_1): Set INSN_CODE to -1 before seeing if new insn form
is recognized. From-SVN: r3281
Diffstat (limited to 'gcc/function.c')
-rw-r--r--gcc/function.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/function.c b/gcc/function.c
index 35c464c..4c2f83a 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -1319,6 +1319,7 @@ fixup_var_refs_1 (var, promoted_mode, loc, insn, replacements)
replacement->new = *loc = fixup_memory_subreg (x, insn, 0);
+ INSN_CODE (insn) = -1;
if (! flag_force_mem && recog_memoized (insn) >= 0)
return;