diff options
| author | Chris Lattner <sabre@nondot.org> | 2007-04-26 03:26:26 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2007-04-26 03:26:26 +0000 |
| commit | ca3b44aa57f014465df530a320cea843fc2629a8 (patch) | |
| tree | aa3aec75037cff18979218307557c213474707b5 | |
| parent | 44c17072078bbc252db56eff7c2eb2da15aabf2f (diff) | |
| download | bcm5719-llvm-ca3b44aa57f014465df530a320cea843fc2629a8.tar.gz bcm5719-llvm-ca3b44aa57f014465df530a320cea843fc2629a8.zip | |
add a new code
llvm-svn: 36462
| -rw-r--r-- | llvm/include/llvm/Bitcode/LLVMBitCodes.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/include/llvm/Bitcode/LLVMBitCodes.h b/llvm/include/llvm/Bitcode/LLVMBitCodes.h index 922fbaf2a97..654b701faef 100644 --- a/llvm/include/llvm/Bitcode/LLVMBitCodes.h +++ b/llvm/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. |

