summaryrefslogtreecommitdiffstats
path: root/gcc/bb-reorder.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/bb-reorder.c')
-rw-r--r--gcc/bb-reorder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/bb-reorder.c b/gcc/bb-reorder.c
index b0c99b134e9..f540ab1e2b7 100644
--- a/gcc/bb-reorder.c
+++ b/gcc/bb-reorder.c
@@ -1779,7 +1779,7 @@ add_reg_crossing_jump_notes (void)
(e->src)));
}
-/* Hot and cold basic blocks are partitioneed and put in separate
+/* Hot and cold basic blocks are partitioned and put in separate
sections of the .o file, to reduce paging and improve cache
performance (hopefully). This can result in bits of code from the
same function being widely separated in the .o file. However this
OpenPOWER on IntegriCloud