forked from OSchip/llvm-project
Fix incorrect indentation in LangRef.rst
This commit is contained in:
parent
17517f3178
commit
ca052adf07
|
@ -9652,9 +9652,9 @@ A ``cmpxchg`` instruction can also take an optional
|
|||
The instruction can take an optional ``align`` attribute.
|
||||
The alignment must be a power of two greater or equal to the size of the
|
||||
`<value>` type. If unspecified, the alignment is assumed to be equal to the
|
||||
size of the '<value>' type. Note that this default alignment assumption is
|
||||
different from the alignment used for the load/store instructions when align
|
||||
isn't specified.
|
||||
size of the '<value>' type. Note that this default alignment assumption is
|
||||
different from the alignment used for the load/store instructions when align
|
||||
isn't specified.
|
||||
|
||||
The pointer passed into cmpxchg must have alignment greater than or
|
||||
equal to the size in memory of the operand.
|
||||
|
|
Loading…
Reference in New Issue