diff options
Diffstat (limited to 'gcc/tree-predcom.c')
-rw-r--r-- | gcc/tree-predcom.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc/tree-predcom.c b/gcc/tree-predcom.c index 71347113d91..1f2d1f30fd7 100644 --- a/gcc/tree-predcom.c +++ b/gcc/tree-predcom.c @@ -193,16 +193,11 @@ along with GCC; see the file COPYING3. If not see #include "gimple.h" #include "predict.h" #include "tree-pass.h" -#include "tm_p.h" #include "ssa.h" -#include "expmed.h" -#include "insn-config.h" -#include "emit-rtl.h" #include "gimple-pretty-print.h" #include "alias.h" #include "fold-const.h" #include "cfgloop.h" -#include "internal-fn.h" #include "tree-eh.h" #include "gimplify.h" #include "gimple-iterator.h" @@ -212,20 +207,12 @@ along with GCC; see the file COPYING3. If not see #include "tree-ssa-loop-niter.h" #include "tree-ssa-loop.h" #include "tree-into-ssa.h" -#include "flags.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-data-ref.h" #include "tree-scalar-evolution.h" #include "params.h" #include "tree-affine.h" -#include "tree-inline.h" /* The maximum number of iterations between the considered memory references. */ |