diff options
Diffstat (limited to 'gcc/ipa-split.c')
-rw-r--r-- | gcc/ipa-split.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc/ipa-split.c b/gcc/ipa-split.c index 2663895..be33dda 100644 --- a/gcc/ipa-split.c +++ b/gcc/ipa-split.c @@ -78,7 +78,6 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" -#include "target.h" #include "rtl.h" #include "tree.h" #include "gimple.h" @@ -86,22 +85,11 @@ along with GCC; see the file COPYING3. If not see #include "alloc-pool.h" #include "tree-pass.h" #include "ssa.h" -#include "expmed.h" -#include "insn-config.h" -#include "emit-rtl.h" #include "cgraph.h" #include "diagnostic.h" -#include "alias.h" #include "fold-const.h" #include "cfganal.h" -#include "internal-fn.h" -#include "flags.h" -#include "dojump.h" -#include "explow.h" #include "calls.h" -#include "varasm.h" -#include "stmt.h" -#include "expr.h" #include "gimplify.h" #include "gimple-iterator.h" #include "gimplify-me.h" @@ -111,7 +99,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-cfg.h" #include "tree-into-ssa.h" #include "tree-dfa.h" -#include "tree-dump.h" #include "tree-inline.h" #include "params.h" #include "gimple-pretty-print.h" |