diff options
Diffstat (limited to 'gcc/gcov-counter.def')
-rw-r--r-- | gcc/gcov-counter.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/gcov-counter.def b/gcc/gcov-counter.def index 2fbd602..4325eaf 100644 --- a/gcc/gcov-counter.def +++ b/gcc/gcov-counter.def @@ -52,3 +52,6 @@ DEF_GCOV_COUNTER(GCOV_TIME_PROFILER, "time_profiler", _time_profile) /* Conditions. The counter is interpreted as a bit-set. */ DEF_GCOV_COUNTER(GCOV_COUNTER_CONDS, "conditions", _ior) + +/* Paths. The counter is interpreted as a bit-set. */ +DEF_GCOV_COUNTER(GCOV_COUNTER_PATHS, "ior", _ior) |