diff options
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r-- | gcc/tree-inline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c index 1e1285a..918a25c 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -1851,7 +1851,7 @@ copy_bb (copy_body_data *id, basic_block bb, int frequency_scale, if (dump_file) { fprintf (dump_file, "Created new direct edge to %s\n", - cgraph_node_name (dest)); + dest->name ()); } } |