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, 3 insertions, 0 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_stat.h b/compiler-rt/lib/tsan/rtl/tsan_stat.h index b660b48ae4a..c5871f1447a 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_stat.h +++ b/compiler-rt/lib/tsan/rtl/tsan_stat.h @@ -73,6 +73,9 @@ enum StatType { StatAtomicStore, StatAtomicExchange, StatAtomicFetchAdd, + StatAtomicFetchAnd, + StatAtomicFetchOr, + StatAtomicFetchXor, StatAtomicCAS, StatAtomicFence, StatAtomicRelaxed, |