Re: [chkp] Clear instrumented_version and thunk_info in cgraph_node::reset

2016-01-19 Thread H.J. Lu
On Tue, Jan 19, 2016 at 4:16 AM, Jan Hubicka wrote: > Hi, > this patch makes the code turning instrumentation thunks into transparent > aliases to work. > > Bootstrapped/regtested x86_64-linux, will commit it later today. > > Honza > > * cgraphunit.c (cgraph_node::reset): Clear thunk info

[chkp] Clear instrumented_version and thunk_info in cgraph_node::reset

2016-01-19 Thread Jan Hubicka
Hi, this patch makes the code turning instrumentation thunks into transparent aliases to work. Bootstrapped/regtested x86_64-linux, will commit it later today. Honza * cgraphunit.c (cgraph_node::reset): Clear thunk info and instrumented_version, too. Index: cgraphunit.c =