MC: Clean up method names in MCContext.
[oota-llvm.git] / lib / Target / SystemZ / README.txt
index afa6cf090d0765fb147b9c545a28ac241c5f4117..e089047d013e8b7788ea1443abb9f1a8e4518117 100644 (file)
@@ -166,13 +166,6 @@ See CodeGen/SystemZ/alloca-01.ll for an example.
 
 --
 
-Atomic loads and stores use the default compare-and-swap based implementation.
-This is much too conservative in practice, since the architecture guarantees
-that 1-, 2-, 4- and 8-byte loads and stores to aligned addresses are
-inherently atomic.
-
---
-
 If needed, we can support 16-byte atomics using LPQ, STPQ and CSDG.
 
 --