Commit 7e4e0956 by Gavin Koch Committed by Gavin Romig-Koch

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

From-SVN: r17855
parent fe70ce64
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;
}
......
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