On 12/02/2016 07:44 PM, David Malcolm wrote:
The two flag assignments don't seem to be needed; I think this is due
to adding:
if (node->native_rtl_p ())
node->force_output = 1;
to cgraph_node::finalize_function in patch 9.
Should I lose them (and the comment)?
Let's keep this patch self-contained and not dependent on #9. So, leave
them in for now.
I think we can call this one OK for now (the orig_reg thing needs fixing
and we'll probably want to do something about making locations optional,
but all that can be done later).
Bernd