diff options
Diffstat (limited to 'gcc/modulo-sched.c')
-rw-r--r-- | gcc/modulo-sched.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gcc/modulo-sched.c b/gcc/modulo-sched.c index 4a745fddbe5..eba910254d0 100644 --- a/gcc/modulo-sched.c +++ b/gcc/modulo-sched.c @@ -40,16 +40,22 @@ along with GCC; see the file COPYING3. If not see #include "insn-attr.h" #include "except.h" #include "recog.h" +#include "dominance.h" +#include "cfg.h" +#include "cfgrtl.h" +#include "predict.h" +#include "basic-block.h" #include "sched-int.h" #include "target.h" #include "cfgloop.h" #include "expr.h" #include "params.h" #include "gcov-io.h" +#include "sbitmap.h" +#include "df.h" #include "ddg.h" #include "tree-pass.h" #include "dbgcnt.h" -#include "df.h" #include "loop-unroll.h" #ifdef INSN_SCHEDULING |