From: Martin Liska Date: Wed, 13 Jan 2021 08:25:31 +0000 (+0100) Subject: ipa: remove a dead code X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6b70fa678b1a5ecf3ee87e2be87c3dc9dd08cc92;p=gcc.git ipa: remove a dead code gcc/ChangeLog: PR ipa/98652 * cgraphunit.c (analyze_functions): Remove dead code. --- diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index cf64e56ab95..b401f0817a3 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)