> Hi,
>
> cgraph_get_node_or_alias is now completely equivalent to
> cgraph_get_node, in fact it is exactly same character-by-character.
> Therefore it should be removed, which is what the patch below does.
>
> Bootstrapped and tested on x86_64-linux, OK for trunk?
OK,
thanks!
Honza
Hi,
cgraph_get_node_or_alias is now completely equivalent to
cgraph_get_node, in fact it is exactly same character-by-character.
Therefore it should be removed, which is what the patch below does.
Bootstrapped and tested on x86_64-linux, OK for trunk?
Thanks,
Martin
2011-07-11 Martin Jambor