diff options
Diffstat (limited to 'gcc/profile.c')
-rw-r--r-- | gcc/profile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/profile.c b/gcc/profile.c index 4ab2553..b1514a5 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -1141,6 +1141,7 @@ branch_prob (void) free_edge_list (el); if (flag_branch_probabilities) profile_status = PROFILE_READ; + coverage_end_function (); } /* Union find algorithm implementation for the basic blocks using |