flow.c (recompute_reg_usage): Make it static.
authorKazu Hirata <kazu@codesourcery.com>
Sun, 5 Mar 2006 17:41:48 +0000 (17:41 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 5 Mar 2006 17:41:48 +0000 (17:41 +0000)
* flow.c (recompute_reg_usage): Make it static.
* rtl.h: Remove the prototype for recompute_reg_usage.

From-SVN: r111736

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

index 54968b5766ffb5d16b2f75e61177959e3082912c..7c128e9029b8f0a81994cc3e4ebe9fff38daa500 100644 (file)
@@ -8,6 +8,9 @@
        * cfgloop.c (cancel_loop): Make it static.
        * cfgloop.h: Remove the prototype for cancel_loop.
 
+       * flow.c (recompute_reg_usage): Make it static.
+       * rtl.h: Remove the prototype for recompute_reg_usage.
+
 2006-03-05  Kazu Hirata  <kazu@codesourcery.com>
 
        * recog.c (volatile_mem_p, validate_change_maybe_volatile):
index ff03ca6fc2afa3e99cab6a0e95c3a64f8459a2fa..64d40925429735a32a60df51eb5790483389d616 100644 (file)
@@ -4409,7 +4409,7 @@ debug_regset (regset r)
    It might be worthwhile to update REG_LIVE_LENGTH, REG_BASIC_BLOCK and
    possibly other information which is used by the register allocators.  */
 
-unsigned int
+static unsigned int
 recompute_reg_usage (void)
 {
   allocate_reg_life_data ();
index 47d7b0d8922ad93e012102808efe6f713cc4bb57..dacccfdb45855b7965e6011b1d8306c7788a5c5e 100644 (file)
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -2133,7 +2133,6 @@ extern rtx move_by_pieces (rtx, rtx, unsigned HOST_WIDE_INT,
                           unsigned int, int);
 
 /* In flow.c */
-extern unsigned int recompute_reg_usage (void);
 extern void delete_dead_jumptables (void);
 extern void print_rtl_with_bb (FILE *, rtx);
 extern void dump_flow_info (FILE *, int);