Commit 1b15c5de by Jim Wilson Committed by Jim Wilson

Fix minor merge error in mips port.

	* mips/mips.c (save_restore_insns): Change FRAME_POINTER_REGNUM to
	HARD_FRAME_POINTER_REGNUM.

From-SVN: r19585
parent 7e073314
Wed May 6 15:51:39 1998 Jim Wilson <wilson@cygnus.com>
* mips/mips.c (save_restore_insns): Change FRAME_POINTER_REGNUM to
HARD_FRAME_POINTER_REGNUM.
* expr.c (target_temp_slot_level): Delete duplicate definition.
Wed May 6 16:46:01 1998 Jeffrey A Law (law@cygnus.com)
......
......@@ -5632,7 +5632,7 @@ save_restore_insns (store_p, large_reg, large_offset, file)
rtx insn;
if (frame_pointer_needed
&& ! BITSET_P (mask, FRAME_POINTER_REGNUM - GP_REG_FIRST))
&& ! BITSET_P (mask, HARD_FRAME_POINTER_REGNUM - GP_REG_FIRST))
abort ();
if (mask == 0 && fmask == 0)
......
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