Fix formatting of comment
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 31 May 2000 11:46:10 +0000 (07:46 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 31 May 2000 11:46:10 +0000 (07:46 -0400)
From-SVN: r34293

gcc/basic-block.h

index 5d6d2df..df170c0 100644 (file)
@@ -165,7 +165,8 @@ typedef struct basic_block_def {
   /* The active eh region before head and after end.  */
   int eh_beg, eh_end;
 
-  int count;           /* Expected number of executions calculated in profile.c  */
+  int count;           /* Expected number of executions: calculated in
+                           profile.c */
 } *basic_block;
 
 /* Number of basic blocks in the current function.  */