diff options
Diffstat (limited to 'gcc/gimplify.c')
-rw-r--r-- | gcc/gimplify.c | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/gcc/gimplify.c b/gcc/gimplify.c index 4390f7d..8b15aab 100644 --- a/gcc/gimplify.c +++ b/gcc/gimplify.c @@ -23,22 +23,26 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "alias.h" #include "backend.h" +#include "target.h" +#include "rtl.h" #include "tree.h" #include "gimple.h" #include "gimple-predict.h" -#include "rtl.h" +#include "tree-pass.h" /* FIXME: only for PROP_gimple_any */ #include "ssa.h" -#include "options.h" +#include "expmed.h" +#include "insn-config.h" +#include "emit-rtl.h" +#include "cgraph.h" +#include "tree-pretty-print.h" +#include "diagnostic-core.h" +#include "alias.h" #include "fold-const.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" @@ -51,13 +55,9 @@ along with GCC; see the file COPYING3. If not see #include "print-tree.h" #include "tree-iterator.h" #include "tree-inline.h" -#include "tree-pretty-print.h" #include "langhooks.h" -#include "cgraph.h" #include "tree-cfg.h" #include "tree-ssa.h" -#include "diagnostic-core.h" -#include "target.h" #include "splay-tree.h" #include "omp-low.h" #include "gimple-low.h" @@ -66,7 +66,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-dump.h" #include "langhooks-def.h" /* FIXME: for lhd_set_decl_assembler_name */ -#include "tree-pass.h" /* FIXME: only for PROP_gimple_any */ #include "builtins.h" enum gimplify_omp_var_data |