emit-rtl.c (init_virtual_regs): Make it static.
authorKazu Hirata <kazu@codesourcery.com>
Sat, 28 Jan 2006 15:16:02 +0000 (15:16 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 28 Jan 2006 15:16:02 +0000 (15:16 +0000)
* emit-rtl.c (init_virtual_regs): Make it static.
* function.h: Remove the prototype for init_virtual_regs.

From-SVN: r110326

gcc/ChangeLog
gcc/emit-rtl.c
gcc/function.h

index bbd1150447f10b585acf5ded4d0c970ca279399f..eb79cdc644e5ac7215a27ba11ce7e97bf16f2a9c 100644 (file)
@@ -11,6 +11,9 @@
        * 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
index e1446fc349af89cbe1178965e320ab86114e5af6..75efecfca3e02540490d9ec85939229cd3288f68 100644 (file)
@@ -4889,7 +4889,7 @@ in_sequence_p (void)
 \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;
index 65810c2777310c4faf13b1a187545a297b70c5d0..727879e8666750f79ba515462200d57cb00db55e 100644 (file)
@@ -552,8 +552,6 @@ extern void use_return_register (void);
 
 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);