aboutsummaryrefslogtreecommitdiff
path: root/gcc/passes.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/passes.c')
-rw-r--r--gcc/passes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/passes.c b/gcc/passes.c
index dc19ea8..d3114de 100644
--- a/gcc/passes.c
+++ b/gcc/passes.c
@@ -1626,7 +1626,7 @@ rest_of_compilation (tree decl)
/* The optimization to partition hot/cold basic blocks into separate
sections of the .o file does not work well with exception handling.
- Don't call it if there are exceptions. */
+ Don't call it if there are exceptions. */
if (flag_reorder_blocks_and_partition && !flag_exceptions)
{