Skip to content

Commit ef64361

Browse files
committed
[NFC][LangRef] Update description for FuncFlags
Add the additional flags from D36850 as well as noInline/alwaysInline from previous changes. Reviewed By: tejohnson Differential Revision: https://reviews.llvm.org/D111600
1 parent 3a52a63 commit ef64361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/LangRef.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7471,7 +7471,7 @@ The optional ``FuncFlags`` field looks like:
74717471

74727472
.. code-block:: text
74737473

7474-
funcFlags: (readNone: 0, readOnly: 0, noRecurse: 0, returnDoesNotAlias: 0)
7474+
funcFlags: (readNone: 0, readOnly: 0, noRecurse: 0, returnDoesNotAlias: 0, noInline: 0, alwaysInline: 0, noUnwind: 1, mayThrow: 0, hasUnknownCall: 0)
74757475

74767476
If unspecified, flags are assumed to hold the conservative ``false`` value of
74777477
``0``.

0 commit comments

Comments
 (0)