[PATCH] D111600: [NFC][LangRef] Update description for FuncFlags

Di Mo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 11 21:42:02 PDT 2021


modimo created this revision.
modimo added a reviewer: tejohnson.
Herald added subscribers: hoy, wenlei, lxfind, jdoerfert.
modimo requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Add the additional flags from D36850 <https://reviews.llvm.org/D36850> as well as noInline/alwaysInline from previous changes.


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.378876.patch
Type: text/x-patch
Size: 521 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211012/afd57ef2/attachment.bin>


More information about the llvm-commits mailing list