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

From-SVN: r109889

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

index 5547f308960c113c98ddcd57a08ed1428be3fe3e..72c32564629703618f8bc8e43271ede552dea9bb 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 4fc66ec4ee6231bbc16f0397ef7a6f2d63abf7cf..88b0f537a6109694b2328faa13103c66be1e1eef 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 d6bf888a0bb0de0ea7e454276210eab1373640ac..0edff2425e81e1de651d8476b3b97e37142de8e8 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 *);