aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2021-01-13 09:25:31 +0100
committerMartin Liska <mliska@suse.cz>2021-01-13 09:27:31 +0100
commit6b70fa678b1a5ecf3ee87e2be87c3dc9dd08cc92 (patch)
tree36739fcb2554226ab51b481df5a2268828be1468 /gcc/cgraphunit.c
parent3f325179b32c4defea58c703190f4d5fa55028bd (diff)
downloadgcc-6b70fa678b1a5ecf3ee87e2be87c3dc9dd08cc92.zip
gcc-6b70fa678b1a5ecf3ee87e2be87c3dc9dd08cc92.tar.gz
gcc-6b70fa678b1a5ecf3ee87e2be87c3dc9dd08cc92.tar.bz2
ipa: remove a dead code
gcc/ChangeLog: PR ipa/98652 * cgraphunit.c (analyze_functions): Remove dead code.
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r--gcc/cgraphunit.c2
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)