Re: remove call to memset in value-prof.c:free_hist()

2017-06-22 Thread Jeff Law
On 05/23/2017 07:50 AM, Prathamesh Kulkarni wrote: > Hi Jeff, > As discussed in the other thread, this patch removes dead call to > memset in free_hist(). > Bootstrap+tested on x86_64-unknown-linux-gnu. > Cross-tested on arm*-*-*, aarch64*-*-*. > OK for trunk ? > > Thanks, > Prathamesh > > > val

remove call to memset in value-prof.c:free_hist()

2017-05-23 Thread Prathamesh Kulkarni
Hi Jeff, As discussed in the other thread, this patch removes dead call to memset in free_hist(). Bootstrap+tested on x86_64-unknown-linux-gnu. Cross-tested on arm*-*-*, aarch64*-*-*. OK for trunk ? Thanks, Prathamesh 2017-05-23 Prathamesh Kulkarni * value-prof.c (free_hist): Remove ca