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:
parent
7399bcb0fa
commit
efa2fa3436
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user