Commit ef933d26 by Richard Kenner

(fixup_var_refs_1, case ZERO_EXTRACT): Don't call fixup_memory_subreg

if no longer SUBREG of MEM.

From-SVN: r13282
parent d2c4d860
......@@ -1778,8 +1778,8 @@ fixup_var_refs_1 (var, promoted_mode, loc, insn, replacements)
replacement->new = gen_reg_rtx (GET_MODE (var));
SUBREG_REG (tem) = replacement->new;
}
tem = fixup_memory_subreg (tem, insn, 0);
else
tem = fixup_memory_subreg (tem, insn, 0);
}
else
tem = fixup_stack_1 (tem, insn);
......
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