summaryrefslogtreecommitdiffstats
path: root/gcc/flow.c
diff options
context:
space:
mode:
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-21 05:06:55 +0000
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-21 05:06:55 +0000
commit42938542aa5068c3fcabd6cfcebc823a05490be5 (patch)
treee1073b878d494374c012557dd7468233e87a75d0 /gcc/flow.c
parenta6a1b9be4068c09c536e826c5192465b7c24f05b (diff)
downloadppe42-gcc-42938542aa5068c3fcabd6cfcebc823a05490be5.tar.gz
ppe42-gcc-42938542aa5068c3fcabd6cfcebc823a05490be5.zip
* 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
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 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;
}
OpenPOWER on IntegriCloud