[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
This commit is contained in:
modimo 2021-10-11 22:03:32 -07:00
parent 3a52a639b1
commit ef643617b8
1 changed files with 1 additions and 1 deletions

View File

@ -7471,7 +7471,7 @@ The optional ``FuncFlags`` field looks like:
.. 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``.