diff options
Diffstat (limited to 'gcc/modulo-sched.c')
-rw-r--r-- | gcc/modulo-sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/modulo-sched.c b/gcc/modulo-sched.c index a669bb87fdd..ab035c9fd2e 100644 --- a/gcc/modulo-sched.c +++ b/gcc/modulo-sched.c @@ -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; |