]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/value-prof.c
Merge from trunk.
[thirdparty/gcc.git] / gcc / value-prof.c
index e9d2fefb328eb2237fc02a8f8b111380790df684..80854daa2ab94ef7761add648071fb41ee60121e 100644 (file)
@@ -22,6 +22,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "coretypes.h"
 #include "tm.h"
 #include "tree.h"
+#include "tree-nested.h"
+#include "calls.h"
 #include "rtl.h"
 #include "expr.h"
 #include "hard-reg-set.h"
@@ -40,6 +42,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-cfg.h"
 #include "tree-phinodes.h"
 #include "ssa-iterators.h"
+#include "stringpool.h"
 #include "tree-ssanames.h"
 #include "diagnostic.h"
 #include "gimple-pretty-print.h"