aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@gcc.gnu.org>2001-08-21 07:06:55 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2001-08-21 07:06:55 +0200
commitbb1a503c19ca810ff94db1674cbe607f903d1ffc (patch)
treee1073b878d494374c012557dd7468233e87a75d0 /gcc/flow.c
parent006844a3928510acdacc3bded90136175c85d47f (diff)
downloadgcc-bb1a503c19ca810ff94db1674cbe607f903d1ffc.zip
gcc-bb1a503c19ca810ff94db1674cbe607f903d1ffc.tar.gz
gcc-bb1a503c19ca810ff94db1674cbe607f903d1ffc.tar.bz2
profile.c (compute_branch_probabilities): Remove extra new-line in error message.
* profile.c (compute_branch_probabilities): Remove extra new-line in error message. * flow.c (verify_flow_info): Likewise. From-SVN: r45069
Diffstat (limited to 'gcc/flow.c')
-rw-r--r--gcc/flow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/flow.c b/gcc/flow.c
index 8e0b813..3177e65 100644
--- a/gcc/flow.c
+++ b/gcc/flow.c
@@ -8517,7 +8517,7 @@ verify_flow_info ()
}
if (!NOTE_INSN_BASIC_BLOCK_P (x) || NOTE_BASIC_BLOCK (x) != bb)
{
- error ("NOTE_INSN_BASIC_BLOCK is missing for block %d\n",
+ error ("NOTE_INSN_BASIC_BLOCK is missing for block %d",
bb->index);
err = 1;
}