diff options
Diffstat (limited to 'gcc/tree-if-conv.c')
-rw-r--r-- | gcc/tree-if-conv.c | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/gcc/tree-if-conv.c b/gcc/tree-if-conv.c index ae79f0eefa3..9b7d59cc0f9 100644 --- a/gcc/tree-if-conv.c +++ b/gcc/tree-if-conv.c @@ -84,16 +84,21 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" -#include "cfghooks.h" +#include "rtl.h" #include "tree.h" #include "gimple.h" -#include "rtl.h" +#include "cfghooks.h" +#include "tree-pass.h" #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 "gimple-pretty-print.h" #include "internal-fn.h" #include "gimple-fold.h" #include "gimplify.h" @@ -108,19 +113,13 @@ along with GCC; see the file COPYING3. If not see #include "tree-scalar-evolution.h" #include "tree-ssa-loop-ivopts.h" #include "tree-ssa-address.h" -#include "tree-pass.h" #include "dbgcnt.h" -#include "insn-config.h" -#include "expmed.h" #include "dojump.h" #include "explow.h" #include "calls.h" -#include "emit-rtl.h" #include "varasm.h" #include "stmt.h" #include "expr.h" -#include "insn-codes.h" -#include "optabs-query.h" #include "tree-hash-traits.h" /* List of basic blocks in if-conversion-suitable order. */ |