Commit 769ae3bb by Martin Liska Committed by Martin Liska

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
parent 06988296
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);
......
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