diff options
Diffstat (limited to 'gcc/value-prof.h')
-rw-r--r-- | gcc/value-prof.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/value-prof.h b/gcc/value-prof.h index 5b1145a..3d5395e 100644 --- a/gcc/value-prof.h +++ b/gcc/value-prof.h @@ -116,5 +116,9 @@ extern void branch_prob (bool); extern void read_thunk_profile (struct cgraph_node *); extern void end_branch_prob (void); +/* Return true if any cfg coverage/profiling is enabled; -fprofile-arcs + -fcondition-coverage -fpath-coverage. */ +extern bool coverage_instrumentation_p (); + #endif /* GCC_VALUE_PROF_H */ |