Remove the 'N' modifier from llvm-ar.
[oota-llvm.git] / docs / Atomics.rst
index 705d73fbaba43c62b9dbd80bedd20e3cd77bea30..1243f345483f44d4edf08e5c4ef1d6aaceb383aa 100644 (file)
@@ -211,7 +211,7 @@ Notes for code generation
   never stored.  A normal load or store instruction is usually sufficient, but
   note that an unordered load or store cannot be split into multiple
   instructions (or an instruction which does multiple memory operations, like
-  ``LDRD`` on ARM).
+  ``LDRD`` on ARM without LPAE, or not naturally-aligned ``LDRD`` on LPAE ARM).
 
 Monotonic
 ---------