diff options
Diffstat (limited to 'gcc/tree-cfg.c')
-rw-r--r-- | gcc/tree-cfg.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc/tree-cfg.c b/gcc/tree-cfg.c index cdcd616..cfed3c2 100644 --- a/gcc/tree-cfg.c +++ b/gcc/tree-cfg.c @@ -28,22 +28,15 @@ along with GCC; see the file COPYING3. If not see #include "gimple.h" #include "cfghooks.h" #include "tree-pass.h" -#include "tm_p.h" #include "ssa.h" -#include "expmed.h" -#include "insn-config.h" -#include "emit-rtl.h" #include "cgraph.h" #include "gimple-pretty-print.h" #include "diagnostic-core.h" -#include "alias.h" #include "fold-const.h" #include "trans-mem.h" #include "stor-layout.h" #include "print-tree.h" #include "cfganal.h" -#include "flags.h" -#include "internal-fn.h" #include "gimple-fold.h" #include "tree-eh.h" #include "gimple-iterator.h" @@ -53,15 +46,8 @@ along with GCC; see the file COPYING3. If not see #include "tree-ssa-loop-manip.h" #include "tree-ssa-loop-niter.h" #include "tree-into-ssa.h" -#include "dojump.h" -#include "explow.h" -#include "calls.h" -#include "varasm.h" -#include "stmt.h" -#include "expr.h" #include "tree-dfa.h" #include "tree-ssa.h" -#include "tree-dump.h" #include "except.h" #include "cfgloop.h" #include "tree-ssa-propagate.h" |