OSDN Git Service

* postreload-gcse.c (gcse_after_reload_main): Make it static.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Jan 2006 15:03:44 +0000 (15:03 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Jan 2006 15:03:44 +0000 (15:03 +0000)
* rtl.h: Remove the prototype for gcse_after_reload_main.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109889 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/postreload-gcse.c
gcc/rtl.h

index 5547f30..72c3256 100644 (file)
@@ -7,6 +7,9 @@
        * modulo-sched.c (sms_schedule): Make it static.
        * rtl.h: Remove the prototype for sms_schedule.
 
+       * postreload-gcse.c (gcse_after_reload_main): Make it static.
+       * rtl.h: Remove the prototype for gcse_after_reload_main.
+
 2006-01-18  Eric Botcazou  <ebotcazou@adacore.com>
 
        * config/alpha/alpha.c (alpha_split_tfmode_pair): Rename into
index 4fc66ec..88b0f53 100644 (file)
@@ -1318,7 +1318,7 @@ delete_redundant_insns (void)
 /* Main entry point of the GCSE after reload - clean some redundant loads
    due to spilling.  */
 
-void
+static void
 gcse_after_reload_main (rtx f ATTRIBUTE_UNUSED)
 {
 
index d6bf888..0edff24 100644 (file)
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -2035,9 +2035,6 @@ extern void expand_dec (rtx, rtx);
 extern bool can_copy_p (enum machine_mode);
 extern rtx fis_get_condition (rtx);
 
-/* In postreload-gcse.c */
-extern void gcse_after_reload_main (rtx);
-
 /* In global.c */
 extern void mark_elimination (int, int);
 extern void dump_global_regs (FILE *);