From 5a800309afeee25bdb7d31230c210989e0a1a24d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 3 May 2007 22:16:11 +0000 Subject: [PATCH] add a new code llvm-svn: 36703 --- llvm/include/llvm/Bitcode/LLVMBitCodes.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm/include/llvm/Bitcode/LLVMBitCodes.h b/llvm/include/llvm/Bitcode/LLVMBitCodes.h index 52918430194c..4048e39a052b 100644 --- a/llvm/include/llvm/Bitcode/LLVMBitCodes.h +++ b/llvm/include/llvm/Bitcode/LLVMBitCodes.h @@ -87,7 +87,8 @@ namespace bitc { // 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