diff options
Diffstat (limited to 'gcc/final.c')
-rw-r--r-- | gcc/final.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/final.c b/gcc/final.c index cf62219fd50..8ab79eff46f 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -991,7 +991,7 @@ compute_alignments () branch_frequency += EDGE_FREQUENCY (e); } - /* There are two purposes to align block with no fallthru incomming edge: + /* There are two purposes to align block with no fallthru incoming edge: 1) to avoid fetch stalls when branch destination is near cache boundary 2) to improve cache effciency in case the previous block is not executed (so it does not need to be in the cache). |