[llvm-commits] CVS: llvm/include/llvm/Bitcode/LLVMBitCodes.h

Chris Lattner sabre at nondot.org
Tue May 1 22:47:42 PDT 2007



Changes in directory llvm/include/llvm/Bitcode:

LLVMBitCodes.h updated: 1.10 -> 1.11
---
Log message:

update to reflect reality


---
Diffs of the changes:  (+1 -1)

 LLVMBitCodes.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/include/llvm/Bitcode/LLVMBitCodes.h
diff -u llvm/include/llvm/Bitcode/LLVMBitCodes.h:1.10 llvm/include/llvm/Bitcode/LLVMBitCodes.h:1.11
--- llvm/include/llvm/Bitcode/LLVMBitCodes.h:1.10	Mon Apr 30 21:12:05 2007
+++ llvm/include/llvm/Bitcode/LLVMBitCodes.h	Wed May  2 00:47:22 2007
@@ -165,7 +165,7 @@
     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






More information about the llvm-commits mailing list