Commit 00d4a6d4 by Richard Sandiford Committed by Richard Sandiford

* config/mips/mips.md (adddi3): Fix typo in mips16 stack pointer code.

From-SVN: r73096
parent 2e1648b8
2003-10-30 Richard Sandiford <rsandifo@redhat.com>
* config/mips/mips.md (adddi3): Fix typo in mips16 stack pointer code.
2003-10-30 Richard Sandiford <rsandifo@redhat.com>
* config/mips/mips.md (mov_lwl): Use memory_operand where appropriate.
(mov_lwr, mov_swl, mov_swr): Likewise.
(mov_ldl, mov_ldr, mov_sdl, mov_sdr): Likewise.
......
......@@ -883,7 +883,7 @@
rtx tmp = gen_reg_rtx (DImode);
emit_move_insn (tmp, operands[1]);
emit_insn (gen_addsi3 (tmp, tmp, operands[2]));
emit_insn (gen_adddi3 (tmp, tmp, operands[2]));
emit_move_insn (operands[0], tmp);
DONE;
}
......
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