diff options
Diffstat (limited to 'gcc/ipa-split.c')
-rw-r--r-- | gcc/ipa-split.c | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/gcc/ipa-split.c b/gcc/ipa-split.c index 924c6b1..7e2e300 100644 --- a/gcc/ipa-split.c +++ b/gcc/ipa-split.c @@ -92,7 +92,6 @@ along with GCC; see the file COPYING3. If not see #include "predict.h" #include "tm.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "dominance.h" #include "cfg.h" @@ -104,8 +103,21 @@ along with GCC; see the file COPYING3. If not see #include "is-a.h" #include "gimple.h" #include "stringpool.h" -#include "expr.h" +#include "hashtab.h" +#include "rtl.h" +#include "flags.h" +#include "statistics.h" +#include "real.h" +#include "fixed-value.h" +#include "insn-config.h" +#include "expmed.h" +#include "dojump.h" +#include "explow.h" #include "calls.h" +#include "emit-rtl.h" +#include "varasm.h" +#include "stmt.h" +#include "expr.h" #include "gimplify.h" #include "gimple-iterator.h" #include "gimplify-me.h" @@ -122,12 +134,10 @@ along with GCC; see the file COPYING3. If not see #include "tree-cfg.h" #include "tree-phinodes.h" #include "ssa-iterators.h" -#include "stringpool.h" #include "tree-ssanames.h" #include "tree-into-ssa.h" #include "tree-dfa.h" #include "tree-pass.h" -#include "flags.h" #include "diagnostic.h" #include "tree-dump.h" #include "tree-inline.h" |