diff options
author | Bernd Schmidt <bernds@redhat.com> | 2000-12-20 17:19:39 +0000 |
---|---|---|
committer | Bernd Schmidt <bernds@gcc.gnu.org> | 2000-12-20 17:19:39 +0000 |
commit | 18e720b324e90c02d4631174885b66f67d8014f2 (patch) | |
tree | 6792bf552c4e374a8b4a117207dec07374ea6a0d /gcc/sched-vis.c | |
parent | fd7bcd6f0571ef7f5fb87c713b7a612252497056 (diff) | |
download | gcc-18e720b324e90c02d4631174885b66f67d8014f2.tar.gz |
Support scheduling across extended basic blocks
From-SVN: r38400
Diffstat (limited to 'gcc/sched-vis.c')
-rw-r--r-- | gcc/sched-vis.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/sched-vis.c b/gcc/sched-vis.c index 99489c9d18d..764876c9295 100644 --- a/gcc/sched-vis.c +++ b/gcc/sched-vis.c @@ -27,6 +27,8 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "rtl.h" #include "tm_p.h" #include "regs.h" +#include "hard-reg-set.h" +#include "basic-block.h" #include "insn-attr.h" #include "sched-int.h" |