Skip to content

Commit

Permalink
Loads and stores without an explicit alignment use the abi alignment …
Browse files Browse the repository at this point in the history
…not the

preferred alignment.  Correct the documentation.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166925 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
CunningBaldrick committed Oct 29, 2012
1 parent 2c7b445 commit f578922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/LangRef.html
Original file line number Diff line number Diff line change
Expand Up @@ -5060,7 +5060,7 @@ <h5>Arguments:</h5>

<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
Expand Down Expand Up @@ -5141,7 +5141,7 @@ <h5>Arguments:</h5>

<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
Expand Down

0 comments on commit f578922

Please sign in to comment.