]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/recog.c
dojump.h: New header file.
[thirdparty/gcc.git] / gcc / recog.c
index cf7f48d9c43355f5db58ae1ceae20912635b1252..7b5ca8b9f1e2b120498bd3878e44c69131970602 100644 (file)
@@ -40,10 +40,21 @@ along with GCC; see the file COPYING3.  If not see
 #include "recog.h"
 #include "regs.h"
 #include "addresses.h"
-#include "expr.h"
-#include "input.h"
+#include "hashtab.h"
 #include "function.h"
+#include "rtl.h"
 #include "flags.h"
+#include "statistics.h"
+#include "real.h"
+#include "fixed-value.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 "predict.h"
 #include "dominance.h"
 #include "cfg.h"