diff options
Diffstat (limited to 'gcc/tree-if-conv.c')
-rw-r--r-- | gcc/tree-if-conv.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/tree-if-conv.c b/gcc/tree-if-conv.c index 9b7d59cc0f9..61ec39040f6 100644 --- a/gcc/tree-if-conv.c +++ b/gcc/tree-if-conv.c @@ -92,14 +92,10 @@ along with GCC; see the file COPYING3. If not see #include "ssa.h" #include "expmed.h" #include "optabs-query.h" -#include "insn-config.h" -#include "emit-rtl.h" #include "gimple-pretty-print.h" #include "alias.h" #include "fold-const.h" #include "stor-layout.h" -#include "flags.h" -#include "internal-fn.h" #include "gimple-fold.h" #include "gimplify.h" #include "gimple-iterator.h" @@ -108,18 +104,11 @@ along with GCC; see the file COPYING3. If not see #include "tree-into-ssa.h" #include "tree-ssa.h" #include "cfgloop.h" -#include "tree-chrec.h" #include "tree-data-ref.h" #include "tree-scalar-evolution.h" #include "tree-ssa-loop-ivopts.h" #include "tree-ssa-address.h" #include "dbgcnt.h" -#include "dojump.h" -#include "explow.h" -#include "calls.h" -#include "varasm.h" -#include "stmt.h" -#include "expr.h" #include "tree-hash-traits.h" /* List of basic blocks in if-conversion-suitable order. */ |