Commit 669054c1 by Torbjorn Granlund

(emit_move_sequence): Fix typo, `Pmode' was `mode'.

From-SVN: r5924
parent d3ed72f0
...@@ -802,7 +802,7 @@ emit_move_sequence (operands, mode, scratch_reg) ...@@ -802,7 +802,7 @@ emit_move_sequence (operands, mode, scratch_reg)
memory location into scratch_reg. */ memory location into scratch_reg. */
xoperands[0] = scratch_reg; xoperands[0] = scratch_reg;
xoperands[1] = XEXP (force_const_mem (mode, operand1), 0); xoperands[1] = XEXP (force_const_mem (mode, operand1), 0);
emit_move_sequence (xoperands, mode, 0); emit_move_sequence (xoperands, Pmode, 0);
/* Now load the destination register. */ /* Now load the destination register. */
emit_insn (gen_rtx (SET, mode, operand0, emit_insn (gen_rtx (SET, mode, operand0,
......
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