Re: [PATCH 3/4] A tweak to fortran - call graph interface

2011-03-23 Thread Jan Hubicka
Hi, it seems to me that fortran can call cgraph_create_node directly without checking for its existence first. Thanks, Martin 2011-03-18 Martin Jambor mjam...@suse.cz * trans-decl.c (gfc_generate_function_code): Call cgraph_create_node instead of

[PATCH 3/4] A tweak to fortran - call graph interface

2011-03-19 Thread Martin Jambor
Hi, it seems to me that fortran can call cgraph_create_node directly without checking for its existence first. Thanks, Martin 2011-03-18 Martin Jambor mjam...@suse.cz * trans-decl.c (gfc_generate_function_code): Call cgraph_create_node instead of cgraph_get_create_node.