Re: [PATCH] correct comments in tree-prof/inliner-1.c

2019-02-11 Thread Jan Hubicka
> I noticed the comments in the test don't correspond to what it's > designed to exercise: namely that the call to hot_function() is > inlined and the call to cold_function() is not, rather than > the other way around. > > Attached is a patch that adjusts the comments. Honza, please let > me know

[PATCH] correct comments in tree-prof/inliner-1.c

2019-02-11 Thread Martin Sebor
I noticed the comments in the test don't correspond to what it's designed to exercise: namely that the call to hot_function() is inlined and the call to cold_function() is not, rather than the other way around. Attached is a patch that adjusts the comments. Honza, please let me know if this look