Commit 6aad1e38 by Alan Modra Committed by Alan Modra

re PR bootstrap/49383 (powerpc64-linux bootstrap failure due to ice in…

re PR bootstrap/49383 (powerpc64-linux bootstrap failure due to ice in cgraph_only_called_directly_p)

	PR bootstrap/49383
	* config/rs6000/rs6000.c (call_ABI_of_interest): Adjust cgraph
	invocation for 2011-06-09 changes.

From-SVN: r175328
parent ba704178
2011-06-23 Alan Modra <amodra@gmail.com>
PR bootstrap/49383
* config/rs6000/rs6000.c (call_ABI_of_interest): Adjust cgraph
invocation for 2011-06-09 changes.
2011-06-22 Jakub Jelinek <jakub@redhat.com>
PR libgomp/49490
......
......@@ -7430,6 +7430,7 @@ call_ABI_of_interest (tree fndecl)
/* Interesting functions that we are emitting in this object file. */
c_node = cgraph_get_node (fndecl);
c_node = cgraph_function_or_thunk_node (c_node, NULL);
return !cgraph_only_called_directly_p (c_node);
}
return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment