[llvm] b899534 - [LangRef] Fix typo (NFC)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 8 23:47:28 PST 2022
Author: Nikita Popov
Date: 2022-12-09T08:47:18+01:00
New Revision: b8995342ad82137df54fcf77b21268090526bfa2
URL: https://github.com/llvm/llvm-project/commit/b8995342ad82137df54fcf77b21268090526bfa2
DIFF: https://github.com/llvm/llvm-project/commit/b8995342ad82137df54fcf77b21268090526bfa2.diff
LOG: [LangRef] Fix typo (NFC)
Added:
Modified:
llvm/docs/LangRef.rst
Removed:
################################################################################
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 610cebced1781..a23e991ae97a2 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -2560,7 +2560,7 @@ provided a dynamic value, for example:
If the operand bundle value violates any requirements on the attribute value,
the behavior is undefined, unless one of the following exceptions applies:
-* ``"assume"`` operand bundles may specify a non-power-of-two alignment
+* ``"align"`` operand bundles may specify a non-power-of-two alignment
(including a zero alignment). If this is the case, then the pointer value
must be a null pointer, otherwise the behavior is undefined.
More information about the llvm-commits
mailing list