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
This commit is contained in:
Jim Wilson 1998-05-06 16:21:01 +00:00 committed by Jim Wilson
parent 7e07331424
commit 1b15c5def4
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
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)

View File

@ -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)