diff options
Diffstat (limited to 'gcc/tree-chkp.c')
-rw-r--r-- | gcc/tree-chkp.c | 25 |
1 files changed, 5 insertions, 20 deletions
diff --git a/gcc/tree-chkp.c b/gcc/tree-chkp.c index 2d5249579f9..731947ae5af 100644 --- a/gcc/tree-chkp.c +++ b/gcc/tree-chkp.c @@ -22,9 +22,12 @@ 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 "stor-layout.h" #include "varasm.h" @@ -35,31 +38,14 @@ along with GCC; see the file COPYING3. If not see #include "tree-pass.h" #include "diagnostic.h" #include "cfgloop.h" -#include "stringpool.h" -#include "tree-ssa-alias.h" -#include "tree-ssanames.h" -#include "tree-ssa-operands.h" #include "tree-ssa-address.h" #include "tree-ssa.h" -#include "predict.h" -#include "dominance.h" -#include "cfg.h" -#include "basic-block.h" #include "tree-ssa-loop-niter.h" -#include "gimple-expr.h" -#include "gimple.h" -#include "tree-phinodes.h" -#include "gimple-ssa.h" -#include "ssa-iterators.h" #include "gimple-pretty-print.h" #include "gimple-iterator.h" #include "gimplify.h" #include "gimplify-me.h" #include "print-tree.h" -#include "tm.h" -#include "hard-reg-set.h" -#include "function.h" -#include "rtl.h" #include "flags.h" #include "insn-config.h" #include "expmed.h" @@ -73,7 +59,6 @@ along with GCC; see the file COPYING3. If not see #include "gimple-fold.h" #include "tree-chkp.h" #include "gimple-walk.h" -#include "rtl.h" /* For MEM_P, assign_temp. */ #include "tree-dfa.h" #include "lto-streamer.h" #include "cgraph.h" |