diff options
Diffstat (limited to 'gcc/ipa-utils.c')
-rw-r--r-- | gcc/ipa-utils.c | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/gcc/ipa-utils.c b/gcc/ipa-utils.c index 30b08b2f6e3..a69a9e550d3 100644 --- a/gcc/ipa-utils.c +++ b/gcc/ipa-utils.c @@ -22,26 +22,23 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" -#include "predict.h" +#include "hard-reg-set.h" #include "tree.h" #include "gimple.h" -#include "hard-reg-set.h" +#include "predict.h" +#include "alloc-pool.h" +#include "cgraph.h" +#include "lto-streamer.h" #include "alias.h" -#include "options.h" #include "fold-const.h" #include "internal-fn.h" #include "tree-inline.h" #include "dumpfile.h" #include "langhooks.h" #include "splay-tree.h" -#include "cgraph.h" #include "ipa-utils.h" #include "ipa-reference.h" #include "flags.h" -#include "diagnostic.h" -#include "langhooks.h" -#include "lto-streamer.h" -#include "alloc-pool.h" #include "symbol-summary.h" #include "ipa-prop.h" #include "ipa-inline.h" |