Commit f1274741 by Richard Kenner

Fix formatting of comment

From-SVN: r34293
parent 0b72c3df
...@@ -165,7 +165,8 @@ typedef struct basic_block_def { ...@@ -165,7 +165,8 @@ typedef struct basic_block_def {
/* The active eh region before head and after end. */ /* The active eh region before head and after end. */
int eh_beg, eh_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; } *basic_block;
/* Number of basic blocks in the current function. */ /* Number of basic blocks in the current function. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment