[gcc(refs/vendors/redhat/heads/gcc-10-branch)] * profile-count.c (profile_quality_display_names): Fix ordering.
Jakub Jelinek
jakub@gcc.gnu.org
Thu Jan 30 20:52:00 GMT 2020
https://gcc.gnu.org/g:f7a7839cc48de5499afded20ba27c9078d03b726
commit f7a7839cc48de5499afded20ba27c9078d03b726
Author: Jan Hubicka <jh@suse.cz>
Date: Tue Jan 28 21:31:26 2020 +0100
* profile-count.c (profile_quality_display_names): Fix ordering.
Diff:
---
gcc/ChangeLog | 4 ++++
gcc/profile-count.c | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d124c4f..44f09c8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
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
* cgraph.c (cgraph_add_edge_to_call_site_hash): Update call site
hash only when edge is first within the sequence.
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"
};
More information about the Gcc-cvs
mailing list