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

Chris Lattner sabre at nondot.org
Thu May 3 15:16:30 PDT 2007



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






More information about the llvm-commits mailing list