Update the developer policy to more clearly spell out the steps for
[oota-llvm.git] / docs / Atomics.rst
index 1bca53e2b17ecd5dcb90ed95ff33c6714a8c1f9f..1243f345483f44d4edf08e5c4ef1d6aaceb383aa 100644 (file)
@@ -1,5 +1,3 @@
-.. _atomics:
-
 ==============================================
 LLVM Atomic Instructions and Concurrency Guide
 ==============================================
@@ -213,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
 ---------