Remove not needed xstrdup_for_dump.
2017-11-21 Martin Liska <mliska@suse.cz> * tree-inline.c (expand_call_inline): Remove not needed xstrdup_for_dump. From-SVN: r255005
This commit is contained in:
parent
0698829670
commit
769ae3bb49
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2017-11-21 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* tree-inline.c (expand_call_inline):
|
||||
Remove not needed xstrdup_for_dump.
|
||||
|
||||
2017-11-21 James Cowgill <James.Cowgill@imgtec.com>
|
||||
Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
|
|
|
@ -4674,8 +4674,8 @@ expand_call_inline (basic_block bb, gimple *stmt, copy_body_data *id)
|
|||
if (dump_file && (dump_flags & TDF_DETAILS))
|
||||
{
|
||||
fprintf (dump_file, "Inlining %s to %s with frequency %4.2f\n",
|
||||
xstrdup_for_dump (id->src_node->dump_name ()),
|
||||
xstrdup_for_dump (id->dst_node->dump_name ()),
|
||||
id->src_node->dump_name (),
|
||||
id->dst_node->dump_name (),
|
||||
cg_edge->sreal_frequency ().to_double ());
|
||||
id->src_node->dump (dump_file);
|
||||
id->dst_node->dump (dump_file);
|
||||
|
|
Loading…
Add table
Reference in a new issue