diff options
Diffstat (limited to 'llvm/docs/BitCodeFormat.rst')
-rw-r--r-- | llvm/docs/BitCodeFormat.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/BitCodeFormat.rst b/llvm/docs/BitCodeFormat.rst index 39a7a925e68..24c007a2254 100644 --- a/llvm/docs/BitCodeFormat.rst +++ b/llvm/docs/BitCodeFormat.rst @@ -1054,6 +1054,7 @@ The integer codes are mapped to well-known attributes as follows. * code 53: ``speculatable`` * code 54: ``strictfp`` * code 55: ``sanitize_hwaddress`` +* code 56: ``nocf_check`` .. note:: The ``allocsize`` attribute has a special encoding for its arguments. Its two |