From 6463d1106bef37b4073329cc2061064892752958 Mon Sep 17 00:00:00 2001 From: Evgeniy Stepanov Date: Thu, 7 Dec 2017 01:38:20 +0000 Subject: Update BitCodeFormat. Add 2 recently added attributes to list of well-known attributes in BitCodeFormat.rst. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@319999 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/BitCodeFormat.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/BitCodeFormat.rst b/docs/BitCodeFormat.rst index 98a3156e082..e92a8ca9833 100644 --- a/docs/BitCodeFormat.rst +++ b/docs/BitCodeFormat.rst @@ -1052,6 +1052,8 @@ The integer codes are mapped to well-known attributes as follows. * code 50: ``inaccessiblememonly_or_argmemonly`` * code 51: ``allocsize([, ])`` * code 52: ``writeonly`` +* code 53: ``speculatable`` +* code 54: ``strictfp`` .. note:: The ``allocsize`` attribute has a special encoding for its arguments. Its two -- cgit v1.2.3