Commit 2bbdec73 by Kazu Hirata Committed by Kazu Hirata

emit-rtl.c (init_virtual_regs): Make it static.

	* emit-rtl.c (init_virtual_regs): Make it static.
	* function.h: Remove the prototype for init_virtual_regs.

From-SVN: r110326
parent b214288d
...@@ -11,6 +11,9 @@ ...@@ -11,6 +11,9 @@
* cfgloop.h: Remove the prototype for * cfgloop.h: Remove the prototype for
flow_loop_outside_edge_p. 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> 2006-01-27 H.J. Lu <hongjiu.lu@intel.com>
* df-scan.c (df_record_entry_block_defs): Check if * df-scan.c (df_record_entry_block_defs): Check if
......
...@@ -4889,7 +4889,7 @@ in_sequence_p (void) ...@@ -4889,7 +4889,7 @@ in_sequence_p (void)
/* Put the various virtual registers into REGNO_REG_RTX. */ /* Put the various virtual registers into REGNO_REG_RTX. */
void static void
init_virtual_regs (struct emit_status *es) init_virtual_regs (struct emit_status *es)
{ {
rtx *ptr = es->x_regno_reg_rtx; rtx *ptr = es->x_regno_reg_rtx;
......
...@@ -552,8 +552,6 @@ extern void use_return_register (void); ...@@ -552,8 +552,6 @@ extern void use_return_register (void);
extern rtx get_arg_pointer_save_area (struct function *); extern rtx get_arg_pointer_save_area (struct function *);
extern void init_virtual_regs (struct emit_status *);
/* Returns the name of the current function. */ /* Returns the name of the current function. */
extern const char *current_function_name (void); extern const char *current_function_name (void);
......
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