aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1999-08-24 03:28:57 +0000
committerJeff Law <law@gcc.gnu.org>1999-08-23 21:28:57 -0600
commit7b5efe21a0624c7340186c58df5ab3b722eafa91 (patch)
tree15375a64d03555136f65e5a52a09d32f71ca3dcc /gcc/rtl.h
parent8614a1d6a0cb6dfc591ebc1740bbba89b7779ac9 (diff)
downloadgcc-7b5efe21a0624c7340186c58df5ab3b722eafa91.zip
gcc-7b5efe21a0624c7340186c58df5ab3b722eafa91.tar.gz
gcc-7b5efe21a0624c7340186c58df5ab3b722eafa91.tar.bz2
configure.in: Remove code to select/de-select the haifa scheduler.
* configure.in: Remove code to select/de-select the haifa scheduler. Every scheduled port gets haifa now. * configure: Rebuilt. * flags.h, genattrtab.c, rtl.h, toplev.c: Remove HAIFA ifdefs. * sched.c Deleted. * Makefile.in: Corresponding changes. From-SVN: r28809
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 381e66d..5d7afa2 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1346,9 +1346,7 @@ extern void dump_combine_total_stats PROTO ((FILE *));
#ifdef BUFSIZ
extern void schedule_insns PROTO ((FILE *));
#endif
-#ifdef HAIFA
extern void fix_sched_param PROTO ((const char *, const char *));
-#endif
/* In print-rtl.c */
extern void debug_rtx PROTO ((rtx));