aboutsummaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>2000-05-31 07:46:10 -0400
committerRichard Kenner <kenner@gcc.gnu.org>2000-05-31 07:46:10 -0400
commitf127474185588ec43a70df00fd6099a6368b6c3c (patch)
tree46fcaf5c369f31f4d8345a8841847f1ff544cb9d /gcc/basic-block.h
parent0b72c3df6ba5a80e512032d57b5b00fc0b231497 (diff)
downloadgcc-f127474185588ec43a70df00fd6099a6368b6c3c.zip
gcc-f127474185588ec43a70df00fd6099a6368b6c3c.tar.gz
gcc-f127474185588ec43a70df00fd6099a6368b6c3c.tar.bz2
Fix formatting of comment
From-SVN: r34293
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 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. */