diff options
Diffstat (limited to 'gcc/passes.c')
-rw-r--r-- | gcc/passes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/passes.c b/gcc/passes.c index dc19ea88326..d3114de937e 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) { |