diff options
Diffstat (limited to 'gcc/tree-sra.c')
-rw-r--r-- | gcc/tree-sra.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gcc/tree-sra.c b/gcc/tree-sra.c index f851758..b6172cd 100644 --- a/gcc/tree-sra.c +++ b/gcc/tree-sra.c @@ -74,13 +74,20 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "alloc-pool.h" #include "backend.h" -#include "predict.h" +#include "target.h" +#include "rtl.h" #include "tree.h" #include "gimple.h" -#include "rtl.h" +#include "predict.h" +#include "alloc-pool.h" +#include "tree-pass.h" #include "ssa.h" +#include "expmed.h" +#include "insn-config.h" +#include "emit-rtl.h" +#include "cgraph.h" +#include "gimple-pretty-print.h" #include "alias.h" #include "fold-const.h" #include "internal-fn.h" @@ -92,26 +99,19 @@ along with GCC; see the file COPYING3. If not see #include "gimple-walk.h" #include "tree-cfg.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" #include "tree-dfa.h" #include "tree-ssa.h" -#include "tree-pass.h" -#include "cgraph.h" #include "symbol-summary.h" #include "ipa-prop.h" #include "params.h" -#include "target.h" #include "dbgcnt.h" #include "tree-inline.h" -#include "gimple-pretty-print.h" #include "ipa-inline.h" #include "ipa-utils.h" #include "builtins.h" |