]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
reg-stack.c (reg_to_stack): Make it static.
authorKazu Hirata <kazu@codesourcery.com>
Wed, 18 Jan 2006 15:04:37 +0000 (15:04 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 18 Jan 2006 15:04:37 +0000 (15:04 +0000)
* reg-stack.c (reg_to_stack): Make it static.
* rtl.h: Remove the prototype for reg_to_stack.

From-SVN: r109890

gcc/ChangeLog
gcc/reg-stack.c
gcc/rtl.h

index 72c32564629703618f8bc8e43271ede552dea9bb..71df6daab59a78c8d3bf9db2ff2764c4703adde5 100644 (file)
@@ -10,6 +10,9 @@
        * postreload-gcse.c (gcse_after_reload_main): Make it static.
        * rtl.h: Remove the prototype for gcse_after_reload_main.
 
+       * reg-stack.c (reg_to_stack): Make it static.
+       * rtl.h: Remove the prototype for reg_to_stack.
+
 2006-01-18  Eric Botcazou  <ebotcazou@adacore.com>
 
        * config/alpha/alpha.c (alpha_split_tfmode_pair): Rename into
index 2811a6b7d6074069b4568a60bb3fbfe23aa2b3a0..fc59118d5e73774af02ff25597e647a9a638bfc8 100644 (file)
@@ -3023,7 +3023,7 @@ convert_regs (FILE *file)
    code duplication created when the converter inserts pop insns on
    the edges.  */
 
-bool
+static bool
 reg_to_stack (FILE *file)
 {
   basic_block bb;
index 0edff2425e81e1de651d8476b3b97e37142de8e8..c70c017e6c2db5db018dce08906c9c43001b5e5b 100644 (file)
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -2075,9 +2075,6 @@ extern void dump_local_alloc (FILE *);
 /* In reload1.c */
 extern int function_invariant_p (rtx);
 
-/* In reg-stack.c */
-extern bool reg_to_stack (FILE *);
-
 /* In calls.c */
 enum libcall_type
 {