From 42938542aa5068c3fcabd6cfcebc823a05490be5 Mon Sep 17 00:00:00 2001 From: aj Date: Tue, 21 Aug 2001 05:06:55 +0000 Subject: * profile.c (compute_branch_probabilities): Remove extra new-line in error message. * flow.c (verify_flow_info): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45069 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/flow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/flow.c') diff --git a/gcc/flow.c b/gcc/flow.c index 8e0b8133e47..3177e65729f 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; } -- cgit v1.2.3