mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
efa2fa3436
commit
6e9ca1fa55
|
@ -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)
|
||||||
/* 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);
|
||||||
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 *);
|
||||||
|
|
Loading…
Reference in New Issue