diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-01 14:36:37 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-01 14:36:37 +0000 |
commit | 977b748639a036a81a9aa55066610b8cfffa8ca5 (patch) | |
tree | bb8069991fe0d464d3ab57a7480539813f81726c /gcc/bb-reorder.c | |
parent | 972e95afaffecaf703dd98d0a45abe625c47e375 (diff) | |
download | gcc-977b748639a036a81a9aa55066610b8cfffa8ca5.tar.gz |
* bb-reorder.c, fold-const.c, varasm.c: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97395 138bc75d-0d04-0410-961f-82ee72b054a4
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 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 |