diff options
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r-- | gcc/basic-block.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h index e3ed4a81d53..40775b9ad9a 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -157,7 +157,7 @@ typedef struct edge_def { #define EDGE_COMPLEX (EDGE_ABNORMAL | EDGE_ABNORMAL_CALL | EDGE_EH) /* Counter summary from the last set of coverage counts read by - profile.c. */ + profile.c. */ extern const struct gcov_ctr_summary *profile_info; /* Declared in cfgloop.h. */ |