diff options
Diffstat (limited to 'gcc/value-prof.c')
-rw-r--r-- | gcc/value-prof.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/value-prof.c b/gcc/value-prof.c index 719cf9a..ad70cea 100644 --- a/gcc/value-prof.c +++ b/gcc/value-prof.c @@ -51,6 +51,8 @@ along with GCC; see the file COPYING3. If not see #include "pointer-set.h" #include "profile.h" #include "data-streamer.h" +#include "builtins.h" +#include "tree-nested.h" /* In this file value profile based optimizations are placed. Currently the following optimizations are implemented (for more detailed descriptions |