X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FBitCodeFormat.rst;h=86436ff6334b934f3cf212f4dc5deb0f41aea0bd;hb=9f00cd9602286ccc3685cb19f1c46b5e8903289b;hp=9363a62d0806b2730395bdf3e2f5bf73031c97ca;hpb=bce07a0c3bb907488e75bcabe0d7c6a8fb9c7132;p=oota-llvm.git diff --git a/docs/BitCodeFormat.rst b/docs/BitCodeFormat.rst index 9363a62d080..86436ff6334 100644 --- a/docs/BitCodeFormat.rst +++ b/docs/BitCodeFormat.rst @@ -688,7 +688,8 @@ global variable. The operand fields are: * ``weak_odr``: code 10 * ``linkonce_odr``: code 11 * ``available_externally``: code 12 - * ``linker_private``: code 13 + * deprecated : code 13 + * deprecated : code 14 * alignment*: The logarithm base 2 of the variable's requested alignment, plus 1 @@ -739,11 +740,15 @@ function. The operand fields are: * ``coldcc``: code 9 * ``webkit_jscc``: code 12 * ``anyregcc``: code 13 + * ``preserve_mostcc``: code 14 + * ``preserve_allcc``: code 15 * ``x86_stdcallcc``: code 64 * ``x86_fastcallcc``: code 65 * ``arm_apcscc``: code 66 * ``arm_aapcscc``: code 67 * ``arm_aapcs_vfpcc``: code 68 + * ``x86_thiscallcc``: code 70 + * ``x86_cdeclmethodcc``: code 80 * isproto*: Non-zero if this entry represents a declaration rather than a definition @@ -1090,7 +1095,7 @@ named type. VALUE_SYMTAB_BLOCK Contents --------------------------- -The ``VALUE_SYMTAB_BLOCK`` block (id 14) ... +The ``VALUE_SYMTAB_BLOCK`` block (id 14) ... .. _METADATA_BLOCK: