* emit-rtl.c (init_virtual_regs): Make it static.
* function.h: Remove the prototype for init_virtual_regs.
From-SVN: r110326
* cfgloop.h: Remove the prototype for
flow_loop_outside_edge_p.
+ * emit-rtl.c (init_virtual_regs): Make it static.
+ * function.h: Remove the prototype for init_virtual_regs.
+
2006-01-27 H.J. Lu <hongjiu.lu@intel.com>
* df-scan.c (df_record_entry_block_defs): Check if
\f
/* Put the various virtual registers into REGNO_REG_RTX. */
-void
+static void
init_virtual_regs (struct emit_status *es)
{
rtx *ptr = es->x_regno_reg_rtx;
extern rtx get_arg_pointer_save_area (struct function *);
-extern void init_virtual_regs (struct emit_status *);
-
/* Returns the name of the current function. */
extern const char *current_function_name (void);