Commit e8d6954b by Kazu Hirata Committed by Kazu Hirata

function.c (instantiate_virtual_regs): Make it static.

	* function.c (instantiate_virtual_regs): Make it static.
	* function.h: Remove the prototype for
	instantiate_virtual_regs.

From-SVN: r109874
parent a0dc2bb6
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
* rtl.h: Remove the prototype for * rtl.h: Remove the prototype for
initialize_uninitialized_subregs. 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> 2006-01-17 Roger Sayle <roger@eyesopen.com>
* config/i386/i386.c (COSTS_N_BYTES): New macro. * config/i386/i386.c (COSTS_N_BYTES): New macro.
......
...@@ -1657,7 +1657,7 @@ instantiate_decls (tree fndecl) ...@@ -1657,7 +1657,7 @@ instantiate_decls (tree fndecl)
/* Pass through the INSNS of function FNDECL and convert virtual register /* Pass through the INSNS of function FNDECL and convert virtual register
references to hard register references. */ references to hard register references. */
void static void
instantiate_virtual_regs (void) instantiate_virtual_regs (void)
{ {
rtx insn; rtx insn;
......
...@@ -553,7 +553,6 @@ extern void use_return_register (void); ...@@ -553,7 +553,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 *); extern void init_virtual_regs (struct emit_status *);
extern void instantiate_virtual_regs (void);
/* 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