]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-sra.c
2015-10-29 Andrew MacLeod <amacleod@redhat.com>
[thirdparty/gcc.git] / gcc / tree-sra.c
index f8517581df2c4044da1877221d59a07458bfdcb8..b6172cd220c3504e1ccbf6d6e21a6cbddee2f8a8 100644 (file)
@@ -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"