projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e9a497
)
Fix typo
author
Jan Hubicka
<hubicka@gcc.gnu.org>
Mon, 19 Jun 2017 09:50:13 +0000
(09:50 +0000)
committer
Jan Hubicka
<hubicka@gcc.gnu.org>
Mon, 19 Jun 2017 09:50:13 +0000
(09:50 +0000)
From-SVN: r249361
gcc/profile-count.h
patch
|
blob
|
history
diff --git
a/gcc/profile-count.h
b/gcc/profile-count.h
index cdd79060ee290535dcab25b6925e9143ba6bb574..42509c49f988b33f8441335f0027ea7e2e0541fd 100644
(file)
--- a/
gcc/profile-count.h
+++ b/
gcc/profile-count.h
@@
-28,11
+28,11
@@
enum profile_count_quality {
not reflect the reality. */
count_guessed = 0,
/* Profile was determined by autofdo. */
- count_afdo =
2
,
+ count_afdo =
1
,
/* Profile was originally based on feedback but it was adjusted
by code duplicating optimization. It may not precisely reflect the
particular code path. */
- count_adjusted =
1
,
+ count_adjusted =
2
,
/* Profile was read from profile feedback or determined by accurate static
method. */
count_read = 3