From efa2fa3436bc4f15c544c888ed4d9e60a1d02f03 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 18 Jan 2006 15:02:11 +0000 Subject: 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 --- gcc/rtl.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gcc/rtl.h') diff --git a/gcc/rtl.h b/gcc/rtl.h index a27304f..d6bf888 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -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 { -- cgit v1.1