Commit b2c2a7e4 by Jan Hubicka

Fix typo

From-SVN: r249361
parent 4e9a497f
...@@ -28,11 +28,11 @@ enum profile_count_quality { ...@@ -28,11 +28,11 @@ enum profile_count_quality {
not reflect the reality. */ not reflect the reality. */
count_guessed = 0, count_guessed = 0,
/* Profile was determined by autofdo. */ /* Profile was determined by autofdo. */
count_afdo = 2, count_afdo = 1,
/* Profile was originally based on feedback but it was adjusted /* Profile was originally based on feedback but it was adjusted
by code duplicating optimization. It may not precisely reflect the by code duplicating optimization. It may not precisely reflect the
particular code path. */ particular code path. */
count_adjusted = 1, count_adjusted = 2,
/* Profile was read from profile feedback or determined by accurate static /* Profile was read from profile feedback or determined by accurate static
method. */ method. */
count_read = 3 count_read = 3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment