Fix incorrect indentation in LangRef.rst

This commit is contained in:
Guillaume Chatelet 2021-02-11 20:34:19 +00:00
parent 17517f3178
commit ca052adf07
1 changed files with 8 additions and 8 deletions

View File

@ -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.