projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40d2403
)
* profile-count.c (profile_quality_display_names): Fix ordering.
author
Jan Hubicka
<jh@suse.cz>
Tue, 28 Jan 2020 20:31:26 +0000
(21:31 +0100)
committer
Jan Hubicka
<jh@suse.cz>
Tue, 28 Jan 2020 20:31:26 +0000
(21:31 +0100)
gcc/ChangeLog
patch
|
blob
|
history
gcc/profile-count.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index d124c4f43e81873071bda2bcd44a4d4fd7549f00..44f09c835346473d1d907379f6d78234eb2b057d 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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
diff --git
a/gcc/profile-count.c
b/gcc/profile-count.c
index 0c7922978260ad5842965c890921d6e307babacb..c89914ff8a064b340f85bee45ff99b8c8fd06711 100644
(file)
--- 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"
};