diff options
Diffstat (limited to 'libgcc/libgcov.c')
-rw-r--r-- | libgcc/libgcov.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libgcc/libgcov.c b/libgcc/libgcov.c index 8ed8971..a22e8f4 100644 --- a/libgcc/libgcov.c +++ b/libgcc/libgcov.c @@ -1040,8 +1040,7 @@ __gcov_average_profiler (gcov_type *counters, gcov_type value) #endif #ifdef L_gcov_ior_profiler -/* Increase corresponding COUNTER by VALUE. FIXME: Perhaps we want - to saturate up. */ +/* Bitwise-OR VALUE into COUNTER. */ void __gcov_ior_profiler (gcov_type *counters, gcov_type value) |