modulo-sched.c (sms_schedule): Make it static.

* modulo-sched.c (sms_schedule): Make it static.
	* rtl.h: Remove the prototype for sms_schedule.

From-SVN: r109888
This commit is contained in:
Kazu Hirata 2006-01-18 15:02:11 +00:00 committed by Kazu Hirata
parent 7399bcb0fa
commit efa2fa3436
3 changed files with 4 additions and 4 deletions

View File

@ -4,6 +4,9 @@
* basic-block.h: Remove the prototype for
optimize_mode_switching.
* modulo-sched.c (sms_schedule): Make it static.
* rtl.h: Remove the prototype for sms_schedule.
2006-01-18 Eric Botcazou <ebotcazou@adacore.com>
* config/alpha/alpha.c (alpha_split_tfmode_pair): Rename into

View File

@ -934,7 +934,7 @@ build_loops_structure (FILE *dumpfile)
/* Main entry point, perform SMS scheduling on the loops of the function
that consist of single basic blocks. */
void
static void
sms_schedule (FILE *dump_file)
{
static int passes = 0;

View File

@ -2171,9 +2171,6 @@ extern void simplify_using_condition (rtx, rtx *, struct bitmap_head_def *);
/* In ra.c. */
extern void reg_alloc (void);
/* In modulo-sched.c. */
extern void sms_schedule (FILE *);
struct rtl_hooks
{