mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-11 05:35:11 +00:00
Loads and stores without an explicit alignment use the abi alignment not the
preferred alignment. Correct the documentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166925 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2c7b44592f
commit
f578922cbc
@ -5060,7 +5060,7 @@ IfUnequal:
|
||||
|
||||
<p>The optional constant <tt>align</tt> argument specifies the alignment of the
|
||||
operation (that is, the alignment of the memory address). A value of 0 or an
|
||||
omitted <tt>align</tt> argument means that the operation has the preferential
|
||||
omitted <tt>align</tt> argument means that the operation has the abi
|
||||
alignment for the target. It is the responsibility of the code emitter to
|
||||
ensure that the alignment information is correct. Overestimating the
|
||||
alignment results in undefined behavior. Underestimating the alignment may
|
||||
@ -5141,7 +5141,7 @@ IfUnequal:
|
||||
|
||||
<p>The optional constant "align" argument specifies the alignment of the
|
||||
operation (that is, the alignment of the memory address). A value of 0 or an
|
||||
omitted "align" argument means that the operation has the preferential
|
||||
omitted "align" argument means that the operation has the abi
|
||||
alignment for the target. It is the responsibility of the code emitter to
|
||||
ensure that the alignment information is correct. Overestimating the
|
||||
alignment results in an undefined behavior. Underestimating the alignment may
|
||||
|
Loading…
Reference in New Issue
Block a user