OSDN Git Service

* config/m68k/m68k.h: Remove comments copied over from tm.texi.
[pf3gnuchains/gcc-fork.git] / gcc / passes.c
index dc19ea8..d3114de 100644 (file)
@@ -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)
     {