summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2014-04-18 18:19:18 +0000
committerReid Kleckner <reid@kleckner.net>2014-04-18 18:19:18 +0000
commitd861811e46e74ea3b73fa7bf8ea69570459892a0 (patch)
tree898f5fca8dea254ece53f389c8d6dc1a8c6c6296
parent3add036dc7cf632dc871c5485f8dcb25ad3a879e (diff)
downloadbcm5719-llvm-d861811e46e74ea3b73fa7bf8ea69570459892a0.tar.gz
bcm5719-llvm-d861811e46e74ea3b73fa7bf8ea69570459892a0.zip
Update comment in LLVMBitCodes.h to reflect the actual bitcode record
llvm-svn: 206630
-rw-r--r--llvm/include/llvm/Bitcode/LLVMBitCodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Bitcode/LLVMBitCodes.h b/llvm/include/llvm/Bitcode/LLVMBitCodes.h
index 7e6831bb5f8..a07dc585b82 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]
OpenPOWER on IntegriCloud