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 9aa4657b068..500f4062e2d 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -1713,7 +1713,7 @@ final_scan_insn (rtx insn, FILE *file, int optimize ATTRIBUTE_UNUSED, case NOTE_INSN_BASIC_BLOCK: - /* If we are performing the optimization that paritions + /* If we are performing the optimization that partitions basic blocks into hot & cold sections of the .o file, then at the start of each new basic block, before beginning to write code for the basic block, we need to |