]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-ssa-coalesce.c
alias.c: Reorder #include statements and remove duplicates.
[thirdparty/gcc.git] / gcc / tree-ssa-coalesce.c
index fd716a6efe9cd28acfa69d6c2587247f4e4138b6..ce7b5c80a007777625ccf8b37a74bd1fcfc71418 100644 (file)
@@ -22,15 +22,17 @@ along with GCC; see the file COPYING3.  If not see
 #include "system.h"
 #include "coretypes.h"
 #include "backend.h"
-#include "predict.h"
+#include "hard-reg-set.h"
 #include "tree.h"
 #include "gimple.h"
-#include "hard-reg-set.h"
+#include "predict.h"
+#include "tm_p.h"
 #include "ssa.h"
+#include "tree-pretty-print.h"
+#include "diagnostic-core.h"
 #include "alias.h"
 #include "fold-const.h"
 #include "flags.h"
-#include "tree-pretty-print.h"
 #include "dumpfile.h"
 #include "internal-fn.h"
 #include "gimple-iterator.h"
@@ -38,9 +40,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-ssa-coalesce.h"
 #include "cfgexpand.h"
 #include "explow.h"
-#include "diagnostic-core.h"
 #include "tree-dfa.h"
-#include "tm_p.h"
 #include "stor-layout.h"
 
 /* This set of routines implements a coalesce_list.  This is an object which