diff options
Diffstat (limited to 'compiler-rt/lib/tsan/rtl/tsan_stat.h')
-rw-r--r-- | compiler-rt/lib/tsan/rtl/tsan_stat.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_stat.h b/compiler-rt/lib/tsan/rtl/tsan_stat.h index 22327d3b079..8cdf1465947 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_stat.h +++ b/compiler-rt/lib/tsan/rtl/tsan_stat.h @@ -82,11 +82,10 @@ enum StatType { StatClockReleaseResize, StatClockReleaseFast1, StatClockReleaseFast2, - StatClockReleaseFast3, + StatClockReleaseSlow, StatClockReleaseFull, StatClockReleaseAcquired, StatClockReleaseClearTail, - StatClockReleaseLastOverflow, // Clocks - release store. StatClockStore, StatClockStoreResize, |