X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FBitCodeFormat.rst;h=86436ff6334b934f3cf212f4dc5deb0f41aea0bd;hb=dd2d4303527c4be7d5a050f1cc11831e76114181;hp=38b4010483a13b084b43cc3e12f13d822f057e6e;hpb=ceaf829339bcd0719a43b3e8c22eaab7a973d37d;p=oota-llvm.git diff --git a/docs/BitCodeFormat.rst b/docs/BitCodeFormat.rst index 38b4010483a..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 @@ -746,6 +747,8 @@ function. The operand fields are: * ``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 @@ -1092,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: