aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorBernd Schmidt <bernds@redhat.com>2000-12-20 17:19:39 +0000
committerBernd Schmidt <bernds@gcc.gnu.org>2000-12-20 17:19:39 +0000
commit18e720b324e90c02d4631174885b66f67d8014f2 (patch)
tree6792bf552c4e374a8b4a117207dec07374ea6a0d /gcc/rtl.h
parentfd7bcd6f0571ef7f5fb87c713b7a612252497056 (diff)
downloadgcc-18e720b324e90c02d4631174885b66f67d8014f2.zip
gcc-18e720b324e90c02d4631174885b66f67d8014f2.tar.gz
gcc-18e720b324e90c02d4631174885b66f67d8014f2.tar.bz2
Support scheduling across extended basic blocks
From-SVN: r38400
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 79dd106..ce35cd8 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1754,6 +1754,7 @@ extern void dump_combine_total_stats PARAMS ((FILE *));
/* In sched.c. */
#ifdef BUFSIZ
extern void schedule_insns PARAMS ((FILE *));
+extern void schedule_ebbs PARAMS ((FILE *));
#endif
extern void fix_sched_param PARAMS ((const char *, const char *));