Skip to content

Commit 8652177

Browse files
committed
Adopt nikic's wording
1 parent bf32374 commit 8652177

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

llvm/docs/LangRef.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2742,9 +2742,10 @@ For example:
27422742
This attribute indicates that outlining passes should not modify the
27432743
function.
27442744
``nocreateundeforpoison``
2745-
This attribute indicates that the result of the function will not be undef
2746-
or poison if all arguments are not undef and not poison. Otherwise, it is
2747-
undefined behavior.
2745+
This attribute indicates that the result of the function (prior to
2746+
application of return attributes/metadata) will not be undef or poison if
2747+
all arguments are not undef and not poison. Otherwise, it is undefined
2748+
behavior.
27482749

27492750
Call Site Attributes
27502751
----------------------

0 commit comments

Comments
 (0)