* config/rs6000/rs6000.c (call_ABI_of_interest): Call
cgraph_get_node instead of cgraph_get_create_node.
From-SVN: r172520
+2011-04-15 Pat Haugen <pthaugen@us.ibm.com>
+
+ * config/rs6000/rs6000.c (call_ABI_of_interest): Call
+ cgraph_get_node instead of cgraph_get_create_node.
+
2011-04-15 Jakub Jelinek <jakub@redhat.com>
* cfgexpand.c (expand_debug_expr): Use
return true;
/* Interesting functions that we are emitting in this object file. */
- c_node = cgraph_get_create_node (fndecl);
+ c_node = cgraph_get_node (fndecl);
return !cgraph_only_called_directly_p (c_node);
}
return false;