diff options
Diffstat (limited to 'gcc/ipa-profile.c')
-rw-r--r-- | gcc/ipa-profile.c | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/gcc/ipa-profile.c b/gcc/ipa-profile.c index 655ba16bd9b..baeec68f6cb 100644 --- a/gcc/ipa-profile.c +++ b/gcc/ipa-profile.c @@ -48,26 +48,25 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" -#include "predict.h" +#include "target.h" #include "tree.h" #include "gimple.h" -#include "hard-reg-set.h" +#include "predict.h" +#include "alloc-pool.h" +#include "tree-pass.h" +#include "cgraph.h" +#include "data-streamer.h" #include "alias.h" #include "fold-const.h" -#include "cgraph.h" -#include "tree-pass.h" #include "internal-fn.h" #include "gimple-iterator.h" #include "flags.h" -#include "target.h" #include "tree-iterator.h" #include "ipa-utils.h" #include "profile.h" #include "params.h" #include "value-prof.h" -#include "alloc-pool.h" #include "tree-inline.h" -#include "data-streamer.h" #include "symbol-summary.h" #include "ipa-prop.h" #include "ipa-inline.h" |