aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cgraph.c')
-rw-r--r--gcc/cgraph.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cgraph.c b/gcc/cgraph.c
index 2477081..13527c2 100644
--- a/gcc/cgraph.c
+++ b/gcc/cgraph.c
@@ -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);
}