diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-01-18 15:02:11 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-01-18 15:02:11 +0000 |
commit | efa2fa3436bc4f15c544c888ed4d9e60a1d02f03 (patch) | |
tree | 2b0a5914c7fd1a70210b1a6020bf2b5ac0179f14 /gcc/rtl.h | |
parent | 7399bcb0fa6d1d49076af0ec79d9ae081eef1fbc (diff) | |
download | gcc-efa2fa3436bc4f15c544c888ed4d9e60a1d02f03.zip gcc-efa2fa3436bc4f15c544c888ed4d9e60a1d02f03.tar.gz gcc-efa2fa3436bc4f15c544c888ed4d9e60a1d02f03.tar.bz2 |
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
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 { |