* function.c (instantiate_virtual_regs): Make it static.
* function.h: Remove the prototype for
instantiate_virtual_regs.
From-SVN: r109874
* rtl.h: Remove the prototype for
initialize_uninitialized_subregs.
+ * function.c (instantiate_virtual_regs): Make it static.
+ * function.h: Remove the prototype for
+ instantiate_virtual_regs.
+
2006-01-17 Roger Sayle <roger@eyesopen.com>
* config/i386/i386.c (COSTS_N_BYTES): New macro.
/* Pass through the INSNS of function FNDECL and convert virtual register
references to hard register references. */
-void
+static void
instantiate_virtual_regs (void)
{
rtx insn;
extern rtx get_arg_pointer_save_area (struct function *);
extern void init_virtual_regs (struct emit_status *);
-extern void instantiate_virtual_regs (void);
/* Returns the name of the current function. */
extern const char *current_function_name (void);