diff options
Diffstat (limited to 'gcc/bb-reorder.c')
-rw-r--r-- | gcc/bb-reorder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/bb-reorder.c b/gcc/bb-reorder.c index e0865ac61dc..e81debacaea 100644 --- a/gcc/bb-reorder.c +++ b/gcc/bb-reorder.c @@ -1863,7 +1863,7 @@ verify_hot_cold_block_grouping (void) { if (switched_sections) { - error ("Multiple hot/cold transitions found (bb %i)", + error ("multiple hot/cold transitions found (bb %i)", bb->index); err = 1; } |