* mips/mips.md (movdi): These PLUS's need to be Pmode.
From-SVN: r17855
This commit is contained in:
parent
fe70ce64fd
commit
7e4e0956ba
2 changed files with 6 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue