summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-05-02 05:47:22 +0000
committerChris Lattner <sabre@nondot.org>2007-05-02 05:47:22 +0000
commitfa5416b6f691d5547ad4f15c6644b78a897cf843 (patch)
tree74fa2e0b9d851b174812d894f2bd6db17274705d
parentf4c8e5243376af58e52c4a0930d838509bbbea2f (diff)
downloadllvm-fa5416b6f691d5547ad4f15c6644b78a897cf843.tar.gz
llvm-fa5416b6f691d5547ad4f15c6644b78a897cf843.tar.bz2
llvm-fa5416b6f691d5547ad4f15c6644b78a897cf843.tar.xz
update to reflect reality
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36643 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Bitcode/LLVMBitCodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Bitcode/LLVMBitCodes.h b/include/llvm/Bitcode/LLVMBitCodes.h
index 214db431d7..5291843019 100644
--- a/include/llvm/Bitcode/LLVMBitCodes.h
+++ b/include/llvm/Bitcode/LLVMBitCodes.h
@@ -165,7 +165,7 @@ namespace bitc {
FUNC_CODE_INST_CMP = 9, // CMP: [opty, opval, opval, pred]
FUNC_CODE_INST_RET = 10, // RET: [opty,opval<optional>]
- FUNC_CODE_INST_BR = 11, // BR: [opval, bb#, bb#] or [bb#]
+ FUNC_CODE_INST_BR = 11, // BR: [bb#, bb#, cond] or [bb#]
FUNC_CODE_INST_SWITCH = 12, // SWITCH: [opty, opval, n, n x ops]
FUNC_CODE_INST_INVOKE = 13, // INVOKE: [fnty, op0,op1,op2, ...]
FUNC_CODE_INST_UNWIND = 14, // UNWIND