X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=gcc%2Fvalue-prof.c;h=80854daa2ab94ef7761add648071fb41ee60121e;hb=fe5ad9266cba2cbb611a831aaac450d3f6decd0c;hp=e9d2fefb328eb2237fc02a8f8b111380790df684;hpb=6715fbd40b05c43941c4d4e093cceb5345a695e7;p=thirdparty%2Fgcc.git diff --git a/gcc/value-prof.c b/gcc/value-prof.c index e9d2fefb328e..80854daa2ab9 100644 --- a/gcc/value-prof.c +++ b/gcc/value-prof.c @@ -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"