(mips_finalize_pic): Delete declaration.

(FINALIZE_PIC): Delete.
(INIT_EXPANDERS): Clear embedded_pic_fnaddr_rtx.

From-SVN: r9786
This commit is contained in:
Jim Wilson 1995-05-23 15:00:04 -07:00
parent 40f8d046b8
commit 77b597dff4

View File

@ -181,7 +181,6 @@ extern int small_int ();
extern void trace();
extern int uns_arith_operand ();
extern struct rtx_def * embedded_pic_offset ();
extern void mips_finalize_pic ();
/* Recognition functions that return if a condition is true. */
extern int address_operand ();
@ -1336,7 +1335,10 @@ extern char mips_hard_regno_mode_ok[][FIRST_PSEUDO_REGISTER];
#define PIC_FUNCTION_ADDR_REGNUM (GP_REG_FIRST + 25)
#define FINALIZE_PIC mips_finalize_pic ()
/* Initialize embedded_pic_fnaddr_rtx before RTL generation for
each function. We used to do this in FINALIZE_PIC, but FINALIZE_PIC
isn't always called for static inline functions. */
#define INIT_EXPANDERS embedded_pic_fnaddr_rtx = NULL;
/* Define the classes of registers for register constraints in the
machine description. Also define ranges of constants.