diff options
-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. */ |