mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-15 12:00:57 +08:00
One more usage of cgraph_node::dump_name.
2020-01-09 Martin Liska <mliska@suse.cz> * cgraphclones.c (symbol_table::materialize_all_clones): Use cgraph_node::dump_name. From-SVN: r280031
This commit is contained in:
parent
a0ab54de0e
commit
edbe1f3bb1
@ -1,3 +1,8 @@
|
||||
2020-01-09 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* cgraphclones.c (symbol_table::materialize_all_clones):
|
||||
Use cgraph_node::dump_name.
|
||||
|
||||
2020-01-09 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR inline-asm/93202
|
||||
|
@ -1148,7 +1148,8 @@ symbol_table::materialize_all_clones (void)
|
||||
if (symtab->dump_file)
|
||||
{
|
||||
fprintf (symtab->dump_file, "cloning %s to %s\n",
|
||||
node->clone_of->dump_name (), node->name ());
|
||||
node->clone_of->dump_name (),
|
||||
node->dump_name ());
|
||||
if (node->clone.tree_map)
|
||||
{
|
||||
unsigned int i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user