[llvm] r206630 - Update comment in LLVMBitCodes.h to reflect the actual bitcode record
Reid Kleckner
reid at kleckner.net
Fri Apr 18 11:19:18 PDT 2014
Author: rnk
Date: Fri Apr 18 13:19:18 2014
New Revision: 206630
URL: http://llvm.org/viewvc/llvm-project?rev=206630&view=rev
Log:
Update comment in LLVMBitCodes.h to reflect the actual bitcode record
Modified:
llvm/trunk/include/llvm/Bitcode/LLVMBitCodes.h
Modified: llvm/trunk/include/llvm/Bitcode/LLVMBitCodes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Bitcode/LLVMBitCodes.h?rev=206630&r1=206629&r2=206630&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Bitcode/LLVMBitCodes.h (original)
+++ llvm/trunk/include/llvm/Bitcode/LLVMBitCodes.h Fri Apr 18 13:19:18 2014
@@ -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]
More information about the llvm-commits
mailing list