]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/ira-build.c
2015-07-07 Andrew MacLeod <amacleod@redhat.com>
[thirdparty/gcc.git] / gcc / ira-build.c
index 9fcbcb0aa2b32cce5d428d97137946693c2ec879..2dc6ec4c0eee03402e5c9306c0b533c9e588b732 100644 (file)
@@ -21,25 +21,22 @@ along with GCC; see the file COPYING3.  If not see
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
-#include "tm.h"
+#include "backend.h"
 #include "rtl.h"
+#include "df.h"
 #include "tm_p.h"
 #include "target.h"
 #include "regs.h"
 #include "flags.h"
-#include "hard-reg-set.h"
-#include "predict.h"
-#include "function.h"
-#include "dominance.h"
-#include "cfg.h"
-#include "basic-block.h"
 #include "insn-config.h"
 #include "recog.h"
 #include "diagnostic-core.h"
 #include "params.h"
-#include "df.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.  */