diff options
Diffstat (limited to 'gcc/tree-predcom.c')
-rw-r--r-- | gcc/tree-predcom.c | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/gcc/tree-predcom.c b/gcc/tree-predcom.c index 5f6e1b0..7134711 100644 --- a/gcc/tree-predcom.c +++ b/gcc/tree-predcom.c @@ -188,14 +188,19 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" -#include "predict.h" +#include "rtl.h" #include "tree.h" #include "gimple.h" -#include "rtl.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 "tm_p.h" #include "cfgloop.h" #include "internal-fn.h" #include "tree-eh.h" @@ -208,12 +213,9 @@ along with GCC; see the file COPYING3. If not see #include "tree-ssa-loop.h" #include "tree-into-ssa.h" #include "flags.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" @@ -221,13 +223,9 @@ along with GCC; see the file COPYING3. If not see #include "tree-ssa.h" #include "tree-data-ref.h" #include "tree-scalar-evolution.h" -#include "tree-chrec.h" #include "params.h" -#include "gimple-pretty-print.h" -#include "tree-pass.h" #include "tree-affine.h" #include "tree-inline.h" -#include "wide-int-print.h" /* The maximum number of iterations between the considered memory references. */ |