diff options
Diffstat (limited to 'gcc/ipa-split.c')
-rw-r--r-- | gcc/ipa-split.c | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/gcc/ipa-split.c b/gcc/ipa-split.c index 13d9a64..df6572f 100644 --- a/gcc/ipa-split.c +++ b/gcc/ipa-split.c @@ -78,24 +78,15 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "alias.h" -#include "symtab.h" -#include "options.h" +#include "backend.h" #include "tree.h" +#include "gimple.h" +#include "rtl.h" +#include "ssa.h" +#include "options.h" #include "fold-const.h" -#include "predict.h" -#include "tm.h" -#include "hard-reg-set.h" -#include "function.h" -#include "dominance.h" -#include "cfg.h" #include "cfganal.h" -#include "basic-block.h" -#include "tree-ssa-alias.h" #include "internal-fn.h" -#include "gimple-expr.h" -#include "gimple.h" -#include "stringpool.h" -#include "rtl.h" #include "flags.h" #include "insn-config.h" #include "expmed.h" @@ -115,11 +106,7 @@ along with GCC; see the file COPYING3. If not see #include "alloc-pool.h" #include "symbol-summary.h" #include "ipa-prop.h" -#include "gimple-ssa.h" #include "tree-cfg.h" -#include "tree-phinodes.h" -#include "ssa-iterators.h" -#include "tree-ssanames.h" #include "tree-into-ssa.h" #include "tree-dfa.h" #include "tree-pass.h" |