From: Chris Lattner Date: Thu, 26 Apr 2007 03:26:26 +0000 (+0000) Subject: add a new code X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=eb0107af86b9dde84cc1f57876f0cefc6707a919;p=oota-llvm.git add a new code git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36462 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Bitcode/LLVMBitCodes.h b/include/llvm/Bitcode/LLVMBitCodes.h index 922fbaf2a97..654b701faef 100644 --- a/include/llvm/Bitcode/LLVMBitCodes.h +++ b/include/llvm/Bitcode/LLVMBitCodes.h @@ -55,7 +55,10 @@ namespace bitc { MODULE_CODE_FUNCTION = 8, // ALIAS: [alias type, aliasee val#, linkage] - MODULE_CODE_ALIAS = 9 + MODULE_CODE_ALIAS = 9, + + /// MODULE_CODE_PURGEVALS: [numvals] + MODULE_CODE_PURGEVALS = 10 }; /// TYPE blocks have codes for each type primitive they use.