diff mbox series

profile: fix profile count dumping

Message ID 20200128203249.GD55295@kam.mff.cuni.cz
State New
Headers show
Series profile: fix profile count dumping | expand

Commit Message

Jan Hubicka Jan. 28, 2020, 8:32 p.m. UTC
Hi,
this patch fixes dump of quality. Comitted as obvious.

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

Patch

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"
 };