On Wed, Jan 28, 2015 at 11:03 PM, Jan Hubicka wrote:
> Hi,
> the PR is about function not being inlined because it is called via a wrapper
> introduced by ICF merging code. cgraph_node::create_wrapper set
> call_stmt_cannot_inline_p that I suggested to Martin to try to figure out how
> much of mer
Hi,
the PR is about function not being inlined because it is called via a wrapper
introduced by ICF merging code. cgraph_node::create_wrapper set
call_stmt_cannot_inline_p that I suggested to Martin to try to figure out how
much of merging is undone by inliner. It was not meant to get into mainlin