projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4c8e52
)
update to reflect reality
author
Chris Lattner
<sabre@nondot.org>
Wed, 2 May 2007 05:47:22 +0000
(
05:47
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 2 May 2007 05:47:22 +0000
(
05:47
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36643
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Bitcode/LLVMBitCodes.h
patch
|
blob
|
history
diff --git
a/include/llvm/Bitcode/LLVMBitCodes.h
b/include/llvm/Bitcode/LLVMBitCodes.h
index 214db431d75f12becf47d5ec7fb722ff6a1a0907..52918430194c9bca21588d4b15a1dfb93ad32c7a 100644
(file)
--- 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