From: Reid Kleckner Date: Fri, 18 Apr 2014 18:19:18 +0000 (+0000) Subject: Update comment in LLVMBitCodes.h to reflect the actual bitcode record X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d861811e46e74ea3b73fa7bf8ea69570459892a0;p=platform%2Fupstream%2Fllvm.git Update comment in LLVMBitCodes.h to reflect the actual bitcode record llvm-svn: 206630 --- diff --git a/llvm/include/llvm/Bitcode/LLVMBitCodes.h b/llvm/include/llvm/Bitcode/LLVMBitCodes.h index 7e6831b..a07dc58 100644 --- a/llvm/include/llvm/Bitcode/LLVMBitCodes.h +++ b/llvm/include/llvm/Bitcode/LLVMBitCodes.h @@ -311,7 +311,7 @@ namespace bitc { // 32 is unused. FUNC_CODE_DEBUG_LOC_AGAIN = 33, // DEBUG_LOC_AGAIN - FUNC_CODE_INST_CALL = 34, // CALL: [attr, fnty, fnid, args...] + FUNC_CODE_INST_CALL = 34, // CALL: [attr, cc, fnty, fnid, args...] FUNC_CODE_DEBUG_LOC = 35, // DEBUG_LOC: [Line,Col,ScopeVal, IAVal] FUNC_CODE_INST_FENCE = 36, // FENCE: [ordering, synchscope]