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 ad62f87ccb4..002e7a1b694 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -1005,6 +1005,7 @@ branch_prob (void) } free_edge_list (el); + profile_status = PROFILE_READ; } /* Union find algorithm implementation for the basic blocks using |