Commit efa2fa34 by Kazu Hirata Committed by Kazu Hirata

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
parent 7399bcb0
...@@ -4,6 +4,9 @@ ...@@ -4,6 +4,9 @@
* basic-block.h: Remove the prototype for * basic-block.h: Remove the prototype for
optimize_mode_switching. 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> 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
......
...@@ -934,7 +934,7 @@ build_loops_structure (FILE *dumpfile) ...@@ -934,7 +934,7 @@ build_loops_structure (FILE *dumpfile)
/* Main entry point, perform SMS scheduling on the loops of the function /* Main entry point, perform SMS scheduling on the loops of the function
that consist of single basic blocks. */ that consist of single basic blocks. */
void static void
sms_schedule (FILE *dump_file) sms_schedule (FILE *dump_file)
{ {
static int passes = 0; static int passes = 0;
......
...@@ -2172,9 +2172,6 @@ extern void simplify_using_condition (rtx, rtx *, struct bitmap_head_def *); ...@@ -2172,9 +2172,6 @@ extern void simplify_using_condition (rtx, rtx *, struct bitmap_head_def *);
/* In ra.c. */ /* In ra.c. */
extern void reg_alloc (void); extern void reg_alloc (void);
/* In modulo-sched.c. */
extern void sms_schedule (FILE *);
struct rtl_hooks struct rtl_hooks
{ {
rtx (*gen_lowpart) (enum machine_mode, rtx); rtx (*gen_lowpart) (enum machine_mode, rtx);
......
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