cgraph.c (cgraph_turn_edge_to_speculative): Fix debug output.
* cgraph.c (cgraph_turn_edge_to_speculative): Fix debug output. From-SVN: r201977
This commit is contained in:
parent
4b0809ef53
commit
d5c3d3ef54
@ -1,3 +1,8 @@
|
||||
2013-08-23 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* cgraph.c (cgraph_turn_edge_to_speculative):
|
||||
Fix debug output.
|
||||
|
||||
2013-08-23 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* tree.h (TYPE_FINAL_P, DECL_FINAL_P): New macros.
|
||||
|
@ -1076,8 +1076,8 @@ cgraph_turn_edge_to_speculative (struct cgraph_edge *e,
|
||||
|
||||
if (dump_file)
|
||||
{
|
||||
fprintf (dump_file, "Indirect call -> direct call from"
|
||||
" other module %s/%i => %s/%i\n",
|
||||
fprintf (dump_file, "Indirect call -> speculative call"
|
||||
" %s/%i => %s/%i\n",
|
||||
xstrdup (cgraph_node_name (n)), n->symbol.order,
|
||||
xstrdup (cgraph_node_name (n2)), n2->symbol.order);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user