[PATCH] D111600: [NFC][LangRef] Update description for FuncFlags
Di Mo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 11 22:04:18 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGef643617b813: [NFC][LangRef] Update description for FuncFlags (authored by modimo).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111600/new/
https://reviews.llvm.org/D111600
Files:
llvm/docs/LangRef.rst
Index: llvm/docs/LangRef.rst
===================================================================
--- llvm/docs/LangRef.rst
+++ llvm/docs/LangRef.rst
@@ -7471,7 +7471,7 @@
.. code-block:: text
- funcFlags: (readNone: 0, readOnly: 0, noRecurse: 0, returnDoesNotAlias: 0)
+ funcFlags: (readNone: 0, readOnly: 0, noRecurse: 0, returnDoesNotAlias: 0, noInline: 0, alwaysInline: 0, noUnwind: 1, mayThrow: 0, hasUnknownCall: 0)
If unspecified, flags are assumed to hold the conservative ``false`` value of
``0``.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111600.378880.patch
Type: text/x-patch
Size: 521 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211012/1f65521b/attachment.bin>
More information about the llvm-commits
mailing list