* mips/mips.md (movdi): These PLUS's need to be Pmode.

From-SVN: r17855
This commit is contained in:
Gavin Koch 1998-02-11 05:32:24 +00:00 committed by Gavin Romig-Koch
parent fe70ce64fd
commit 7e4e0956ba
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
Wed Feb 11 08:29:56 1998 Gavin Koch <gavin@cygnus.com>
* mips/mips.md (movdi): These PLUS's need to be Pmode.
Wed Feb 11 01:47:54 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Makefile.in (dwarf2out.o, emit-rtl.o, jump.o, cse.o, unroll.o,

View file

@ -4397,7 +4397,7 @@ move\\t%0,%z4\\n\\
}
emit_move_insn (operands[0],
gen_rtx (PLUS, SImode, base_reg,
gen_rtx (PLUS, Pmode, base_reg,
mips16_gp_offset (operands[1])));
DONE;
}
@ -4789,7 +4789,7 @@ move\\t%0,%z4\\n\\
emit_move_insn (base_reg, mips16_gp_pseudo_reg ());
emit_move_insn (operands[0],
gen_rtx (PLUS, SImode, base_reg,
gen_rtx (PLUS, Pmode, base_reg,
mips16_gp_offset (operands[1])));
DONE;
}