From f127474185588ec43a70df00fd6099a6368b6c3c Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 31 May 2000 07:46:10 -0400 Subject: [PATCH] Fix formatting of comment From-SVN: r34293 --- gcc/basic-block.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. */ -- 2.30.2