Changes in directory llvm/include/llvm/Bitcode:

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

add a new code


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

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


Index: llvm/include/llvm/Bitcode/LLVMBitCodes.h
diff -u llvm/include/llvm/Bitcode/LLVMBitCodes.h:1.11 
llvm/include/llvm/Bitcode/LLVMBitCodes.h:1.12
--- llvm/include/llvm/Bitcode/LLVMBitCodes.h:1.11       Wed May  2 00:47:22 2007
+++ llvm/include/llvm/Bitcode/LLVMBitCodes.h    Thu May  3 17:16:11 2007
@@ -87,7 +87,8 @@
   
   // The value symbol table only has one code (VST_ENTRY_CODE).
   enum ValueSymtabCodes {
-    VST_CODE_ENTRY = 1     // VST_ENTRY: [valid, namelen, namechar x N]
+    VST_CODE_ENTRY   = 1,  // VST_ENTRY: [valid, namelen, namechar x N]
+    VST_CODE_BBENTRY = 2   // VST_BBENTRY: [bbid, namelen, namechar x N]
   };
   
   // The constants block (CONSTANTS_BLOCK_ID) describes emission for each



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to