]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/predict.c
Merge in trunk.
[thirdparty/gcc.git] / gcc / predict.c
index d17b9f21a40a8d3a14f6c348c19dd42f413eee77..d164500d0c610feb5b1c07b366d1cdebcb02a2dd 100644 (file)
@@ -50,7 +50,14 @@ along with GCC; see the file COPYING3.  If not see
 #include "params.h"
 #include "target.h"
 #include "cfgloop.h"
-#include "tree-ssa.h"
+#include "gimple.h"
+#include "gimple-ssa.h"
+#include "cgraph.h"
+#include "tree-cfg.h"
+#include "tree-phinodes.h"
+#include "ssa-iterators.h"
+#include "tree-ssa-loop-niter.h"
+#include "tree-ssa-loop.h"
 #include "ggc.h"
 #include "tree-pass.h"
 #include "tree-scalar-evolution.h"