]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/ipa-profile.c
2015-10-29 Andrew MacLeod <amacleod@redhat.com>
[thirdparty/gcc.git] / gcc / ipa-profile.c
index 655ba16bd9b8667130d4a1238b0e28f2b9395a87..baeec68f6cb8bcdbc4167d08312201f7b6be296a 100644 (file)
@@ -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"