1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

Small correction to unordered memory code generation of ARM LDRD

The information was correct pre-LPAE.

llvm-svn: 184253
This commit is contained in:
JF Bastien 2013-06-18 23:07:16 +00:00
parent e859ec24ba
commit 6271cba6e0

View 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
---------