]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/ira-build.c
alias.c: Reorder #include statements and remove duplicates.
[thirdparty/gcc.git] / gcc / ira-build.c
index f49591c6e53bb18e58161474ebd50c6bdd229f39..cfc14df1be84b623d781f58a184b001d53272c10 100644 (file)
@@ -22,23 +22,21 @@ along with GCC; see the file COPYING3.  If not see
 #include "system.h"
 #include "coretypes.h"
 #include "backend.h"
-#include "predict.h"
+#include "target.h"
 #include "rtl.h"
+#include "predict.h"
 #include "df.h"
 #include "tm_p.h"
-#include "target.h"
-#include "regs.h"
-#include "flags.h"
 #include "insn-config.h"
+#include "regs.h"
+#include "ira.h"
+#include "ira-int.h"
 #include "diagnostic-core.h"
+#include "flags.h"
 #include "params.h"
 #include "reload.h"
 #include "sparseset.h"
 #include "cfgloop.h"
-#include "ira.h"
-#include "alloc-pool.h"
-#include "ira-int.h"
-#include "emit-rtl.h"  /* FIXME: Can go away once crtl is moved to rtl.h.  */
 
 static ira_copy_t find_allocno_copy (ira_allocno_t, ira_allocno_t, rtx_insn *,
                                     ira_loop_tree_node_t);