diff options
Diffstat (limited to 'gcc/auto-profile.c')
-rw-r--r-- | gcc/auto-profile.c | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/gcc/auto-profile.c b/gcc/auto-profile.c index 9838c233856..acc94469e30 100644 --- a/gcc/auto-profile.c +++ b/gcc/auto-profile.c @@ -29,10 +29,20 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "tree-pass.h" #include "flags.h" +#include "predict.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "tm.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "dominance.h" +#include "cfg.h" #include "basic-block.h" #include "diagnostic-core.h" #include "gcov-io.h" -#include "input.h" #include "profile.h" #include "langhooks.h" #include "opts.h" @@ -57,7 +67,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-inline.h" #include "stringpool.h" #include "auto-profile.h" -#include "vec.h" /* The following routines implements AutoFDO optimization. |