diff options
author | Chris Lattner <sabre@nondot.org> | 2001-09-10 20:09:08 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-09-10 20:09:08 +0000 |
commit | b64e774ce53da6b56ec055cfb62a4a1d246b7228 (patch) | |
tree | a0ff44d3e6b8e39dac00a74b61c508d2c0b10f62 /lib/Bytecode/Writer/ConstantWriter.cpp | |
parent | 1767edd98304724e73456d33d2d168e583ea30ac (diff) |
ModuleTyID doesn't exist anyymore
Use correct cast
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@539 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode/Writer/ConstantWriter.cpp')
-rw-r--r-- | lib/Bytecode/Writer/ConstantWriter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Bytecode/Writer/ConstantWriter.cpp b/lib/Bytecode/Writer/ConstantWriter.cpp index 4940ea671b..24ceaecf2e 100644 --- a/lib/Bytecode/Writer/ConstantWriter.cpp +++ b/lib/Bytecode/Writer/ConstantWriter.cpp @@ -80,7 +80,6 @@ void BytecodeWriter::outputType(const Type *T) { break; } - case Type::ModuleTyID: //case Type::PackedTyID: default: cerr << __FILE__ << ":" << __LINE__ << ": Don't know how to serialize" |