diff options
author | Chris Lattner <sabre@nondot.org> | 2007-04-29 21:49:05 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-04-29 21:49:05 +0000 |
commit | 8d89f1fbb618a4501d7696cb0f6a7c60ee41456b (patch) | |
tree | 9f333de00dd7cd39c8704d489d17256cffd0231b /include/llvm/Bitcode/LLVMBitCodes.h | |
parent | b30c925046db68928aabaca0cac1f5c669aa977f (diff) |
add some helpers
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36580 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Bitcode/LLVMBitCodes.h')
-rw-r--r-- | include/llvm/Bitcode/LLVMBitCodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Bitcode/LLVMBitCodes.h b/include/llvm/Bitcode/LLVMBitCodes.h index 9f790f45b6..8022c389f6 100644 --- a/include/llvm/Bitcode/LLVMBitCodes.h +++ b/include/llvm/Bitcode/LLVMBitCodes.h @@ -92,7 +92,7 @@ namespace bitc { // The constants block (CONSTANTS_BLOCK_ID) describes emission for each // constant and maintains an implicit current type value. - enum ConstantsSymtabCodes { + enum ConstantsCodes { CST_CODE_SETTYPE = 1, // SETTYPE: [typeid] CST_CODE_NULL = 2, // NULL CST_CODE_UNDEF = 3, // UNDEF |