]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
flow.c (initialize_uninitialized_subregs): Make it static.
authorKazu Hirata <kazu@codesourcery.com>
Wed, 18 Jan 2006 06:38:09 +0000 (06:38 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 18 Jan 2006 06:38:09 +0000 (06:38 +0000)
* flow.c (initialize_uninitialized_subregs): Make it static.
* rtl.h: Remove the prototype for
initialize_uninitialized_subregs.

From-SVN: r109873

gcc/ChangeLog
gcc/flow.c
gcc/rtl.h

index c2e6f633a8369f7b6b1498e9992f74516fd49027..17b2f433ef9bc6d68c24d397289411d7f7fe7a10 100644 (file)
@@ -4,6 +4,10 @@
        global_reg_mentioned_p): Remove.
        * rtl.h: Remove the prototype for global_reg_mentioned_p.
 
+       * flow.c (initialize_uninitialized_subregs): Make it static.
+       * rtl.h: Remove the prototype for
+       initialize_uninitialized_subregs.
+
 2006-01-17  Roger Sayle  <roger@eyesopen.com>
 
        * config/i386/i386.c (COSTS_N_BYTES): New macro.
index ca2f1e14f6bc1664d8e247276e8a6816f22aa491..94595da24773426c5dcc345aa7c182dcce831244 100644 (file)
@@ -1494,7 +1494,7 @@ find_regno_partial (rtx *ptr, void *data)
    registers whose value is unknown, and may contain some kind of sticky
    bits we don't want.  */
 
-int
+static int
 initialize_uninitialized_subregs (void)
 {
   rtx insn;
index f3ec0659ae7c861203b0ac31cf9fce537e076f6c..9d8eb36574198872b7f0183018c4f26e75166186 100644 (file)
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -2022,7 +2022,6 @@ extern rtx move_by_pieces (rtx, rtx, unsigned HOST_WIDE_INT,
 
 /* In flow.c */
 extern void recompute_reg_usage (void);
-extern int initialize_uninitialized_subregs (void);
 extern void delete_dead_jumptables (void);
 extern void print_rtl_with_bb (FILE *, rtx);
 extern void dump_flow_info (FILE *);