Commit f898f031 by James Van Artsdalen

(fixup_var_refs_1): Set INSN_CODE to -1 before seeing if new insn form

is recognized.

From-SVN: r3281
parent f209ff48
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment