]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/lcm.c
2014-10-27 Andrew MacLeod <amacleod@redhat.com>
[thirdparty/gcc.git] / gcc / lcm.c
index 694d33e39898fd9ee8e547acfb462cf956274dbc..96a20c75f9a7087bfa7296837058553861bd173b 100644 (file)
--- a/gcc/lcm.c
+++ b/gcc/lcm.c
@@ -58,14 +58,19 @@ along with GCC; see the file COPYING3.  If not see
 #include "flags.h"
 #include "insn-config.h"
 #include "recog.h"
-#include "basic-block.h"
-#include "tm_p.h"
+#include "predict.h"
+#include "vec.h"
 #include "hashtab.h"
 #include "hash-set.h"
-#include "vec.h"
 #include "machmode.h"
 #include "input.h"
 #include "function.h"
+#include "dominance.h"
+#include "cfg.h"
+#include "cfganal.h"
+#include "lcm.h"
+#include "basic-block.h"
+#include "tm_p.h"
 #include "sbitmap.h"
 #include "dumpfile.h"