Commit 6e9ca1fa by Kazu Hirata Committed by Kazu Hirata

postreload-gcse.c (gcse_after_reload_main): Make it static.

	* postreload-gcse.c (gcse_after_reload_main): Make it static.
	* rtl.h: Remove the prototype for gcse_after_reload_main.

From-SVN: r109889
parent efa2fa34
...@@ -7,6 +7,9 @@ ...@@ -7,6 +7,9 @@
* modulo-sched.c (sms_schedule): Make it static. * modulo-sched.c (sms_schedule): Make it static.
* rtl.h: Remove the prototype for sms_schedule. * 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> 2006-01-18 Eric Botcazou <ebotcazou@adacore.com>
* config/alpha/alpha.c (alpha_split_tfmode_pair): Rename into * config/alpha/alpha.c (alpha_split_tfmode_pair): Rename into
......
...@@ -1318,7 +1318,7 @@ delete_redundant_insns (void) ...@@ -1318,7 +1318,7 @@ delete_redundant_insns (void)
/* Main entry point of the GCSE after reload - clean some redundant loads /* Main entry point of the GCSE after reload - clean some redundant loads
due to spilling. */ due to spilling. */
void static void
gcse_after_reload_main (rtx f ATTRIBUTE_UNUSED) gcse_after_reload_main (rtx f ATTRIBUTE_UNUSED)
{ {
......
...@@ -2035,9 +2035,6 @@ extern void expand_dec (rtx, rtx); ...@@ -2035,9 +2035,6 @@ extern void expand_dec (rtx, rtx);
extern bool can_copy_p (enum machine_mode); extern bool can_copy_p (enum machine_mode);
extern rtx fis_get_condition (rtx); extern rtx fis_get_condition (rtx);
/* In postreload-gcse.c */
extern void gcse_after_reload_main (rtx);
/* In global.c */ /* In global.c */
extern void mark_elimination (int, int); extern void mark_elimination (int, int);
extern void dump_global_regs (FILE *); extern void dump_global_regs (FILE *);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment