diff options
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r-- | gcc/cgraphunit.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index cf64e56..b401f08 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -1191,8 +1191,6 @@ analyze_functions (bool first_time) changed = true; if (symtab->dump_file) fprintf (symtab->dump_file, " %s", node->dump_asm_name ()); - if (!changed && symtab->dump_file) - fprintf (symtab->dump_file, "\n"); } if (node == first_analyzed || node == first_analyzed_var) |