Hi,
this patch fixes dump of quality. Comitted as obvious.

        * profile-count.h (profile_quality_display_names): Fix ordering.

diff --git a/gcc/profile-count.c b/gcc/profile-count.c
index 0c792297826..c89914ff8a0 100644
--- a/gcc/profile-count.c
+++ b/gcc/profile-count.c
@@ -78,9 +78,9 @@ const char *profile_quality_display_names[] =
   "estimated locally",
   "estimated locally, globally 0",
   "estimated locally, globally 0 adjusted",
-  "adjusted",
-  "auto FDO",
   "guessed",
+  "auto FDO",
+  "adjusted",
   "precise"
 };
 

Reply via email to