[llvm] 8f3518e - Fix incorrect indentation in LangRef.rst
Guillaume Chatelet via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 11 12:51:42 PST 2021
Author: Guillaume Chatelet
Date: 2021-02-11T20:47:43Z
New Revision: 8f3518e69bee735cabf234ce5a5e8dce13730ced
URL: https://github.com/llvm/llvm-project/commit/8f3518e69bee735cabf234ce5a5e8dce13730ced
DIFF: https://github.com/llvm/llvm-project/commit/8f3518e69bee735cabf234ce5a5e8dce13730ced.diff
LOG: Fix incorrect indentation in LangRef.rst
Added:
Modified:
llvm/docs/LangRef.rst
Removed:
################################################################################
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 852b54897411..8a98f955f5c8 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -9749,9 +9749,9 @@ allowed to modify the number or order of execution of this
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
-
diff erent 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
+
diff erent from the alignment used for the load/store instructions when align
+isn't specified.
A ``atomicrmw`` instruction can also take an optional
":ref:`syncscope <syncscope>`" argument.
More information about the llvm-commits
mailing list