Re: [PATCH, autofdo] Some code cleanup

2015-01-17 Thread Jan Hubicka
> Hi, > > I updated the patch adding one ChangeLog entry. > OK for the trunk? Thanks. OK thanks. (for my taste the else before return is OK, but I do not mind either way. Comment updates are definitly welcome) Honza > > > Index: gcc/ChangeLog >

Re: [PATCH, autofdo] Some code cleanup

2015-01-17 Thread Yangfei (Felix)
Hi, I updated the patch adding one ChangeLog entry. OK for the trunk? Thanks. Index: gcc/ChangeLog === --- gcc/ChangeLog (revision 219297) +++ gcc/ChangeLog (working copy) @@ -1,3 +1,12 @@ +2015-01-17 Felix Yan

[PATCH, autofdo] Some code cleanup

2015-01-12 Thread Yangfei (Felix)
Hi, The attached patch does some code cleanup for auto-profile.c: fix typos and remove some unnecessary MAX/MIN checks plus some "else". OK for the trunk? Index: gcc/auto-profile.c === --- gcc/auto-profile.c (revision 219297)