cgraph.h (cgraph_node::get_fun): Declare.
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 7 Oct 2014 09:18:37 +0000 (09:18 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 7 Oct 2014 09:18:37 +0000 (09:18 +0000)
commit8ccda8bce69d8e511e38689fb75b7f5a404e00c3
tree72fe163acf91a73fc92b843156c63ac32b67292f
parent2f77200b3f168ebf0b07acd63d68096d8840fc1d
cgraph.h (cgraph_node::get_fun): Declare.

* cgraph.h (cgraph_node::get_fun): Declare.
* cgraph.c (cgraph_node::get_fun): New method.
* ipa-inline.c (can_inline_edge_p): Use it.

From-SVN: r215968
gcc/ChangeLog
gcc/cgraph.c
gcc/cgraph.h
gcc/ipa-inline.c