On 5/17/19 1:28 AM, Martin Liška wrote:
> PING^1
>
> On 4/29/19 1:01 PM, marxin wrote:
>> The patch makes couple of adjustements:
>> 1) I changed enum values to use capital letters. It's aligned with
>> our coding style and it makes the code more readable. E.g.
>> profile_quality::profile_guessed_local
>> vs. static profile_probability guessed_always ()
>>
>> 2) I removed usage of fully qualified names.
>> 3) I added vertical spaces to separate different functions (operators).
>>
>> Survives bootstrap and tests on x86_64-linux-gnu.
>>
>> Ready for trunk after 9.1 release?
>> Thanks,
>> Martin
>>
>> marxin (3):
>> Use cappital letters for enum value names.
>> Do not use full qualified names if possible.
>> Add vertical spacing in order to separate functions.
>>
>> gcc/profile-count.c | 76 +++++------
>> gcc/profile-count.h | 320 +++++++++++++++++++++++++-------------------
>> 2 files changed, 220 insertions(+), 176 deletions(-)
>>
>
OK
jeff