diff options
author | Jan Hubicka <jh@suse.cz> | 2020-01-28 21:31:26 +0100 |
---|---|---|
committer | Jan Hubicka <jh@suse.cz> | 2020-01-28 21:31:26 +0100 |
commit | f7a7839cc48de5499afded20ba27c9078d03b726 (patch) | |
tree | 6492b5e185fbaa20967862dc0350d87849d452fd /gcc/profile-count.c | |
parent | 40d240315a6e5ff2010769bfa1c19264217b5f1c (diff) | |
download | gcc-f7a7839cc48de5499afded20ba27c9078d03b726.zip gcc-f7a7839cc48de5499afded20ba27c9078d03b726.tar.gz gcc-f7a7839cc48de5499afded20ba27c9078d03b726.tar.bz2 |
* profile-count.c (profile_quality_display_names): Fix ordering.
Diffstat (limited to 'gcc/profile-count.c')
-rw-r--r-- | gcc/profile-count.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/profile-count.c b/gcc/profile-count.c index 0c79229..c89914f 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" }; |