summaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2000-05-31 11:46:10 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2000-05-31 11:46:10 +0000
commit113ff07e1fd45b37f6b09fb70dda5ebdb1222125 (patch)
tree46fcaf5c369f31f4d8345a8841847f1ff544cb9d /gcc/basic-block.h
parentb5495c1d8111073660a316c8630a4132038c603f (diff)
downloadgcc-113ff07e1fd45b37f6b09fb70dda5ebdb1222125.tar.gz
Fix formatting of comment
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34293 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r--gcc/basic-block.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h
index 5d6d2dfcc58..df170c0eed8 100644
--- a/gcc/basic-block.h
+++ b/gcc/basic-block.h
@@ -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. */