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

This commit is contained in:
Jan Hubicka 2020-01-28 21:31:26 +01:00
parent 40d240315a
commit f7a7839cc4
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2020-01-28 Jan Hubicka <hubicka@ucw.cz>
* profile-count.c (profile_quality_display_names): Fix ordering.
2020-01-28 Jan Hubicka <hubicka@ucw.cz>
PR lto/93318

View File

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