projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c25cc84
)
[LangRef] Fix typo (NFC)
author
Nikita Popov
<npopov@redhat.com>
Fri, 9 Dec 2022 07:47:00 +0000
(08:47 +0100)
committer
Nikita Popov
<npopov@redhat.com>
Fri, 9 Dec 2022 07:47:18 +0000
(08:47 +0100)
llvm/docs/LangRef.rst
patch
|
blob
|
history
diff --git
a/llvm/docs/LangRef.rst
b/llvm/docs/LangRef.rst
index
610cebc
..
a23e991
100644
(file)
--- 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:
-* ``"a
ssume
"`` operand bundles may specify a non-power-of-two alignment
+* ``"a
lign
"`` 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.