diff options
| author | Richard Kenner <kenner@gcc.gnu.org> | 2000-05-31 07:46:10 -0400 |
|---|---|---|
| committer | Richard Kenner <kenner@gcc.gnu.org> | 2000-05-31 07:46:10 -0400 |
| commit | f127474185588ec43a70df00fd6099a6368b6c3c (patch) | |
| tree | 46fcaf5c369f31f4d8345a8841847f1ff544cb9d | |
| parent | 0b72c3df6ba5a80e512032d57b5b00fc0b231497 (diff) | |
| download | gcc-f127474185588ec43a70df00fd6099a6368b6c3c.zip gcc-f127474185588ec43a70df00fd6099a6368b6c3c.tar.gz gcc-f127474185588ec43a70df00fd6099a6368b6c3c.tar.bz2 | |
Fix formatting of comment
From-SVN: r34293
| -rw-r--r-- | gcc/basic-block.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h index 5d6d2df..df170c0 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. */ |
