mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-14 08:19:37 +08:00
* config/mips/mips.md (adddi3): Fix typo in mips16 stack pointer code.
From-SVN: r73096
This commit is contained in:
parent
2e1648b8b7
commit
00d4a6d40e
@ -1,3 +1,7 @@
|
||||
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.
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user