commit | f51c7f56caea364e4ad7adecff0413dc74686bb3 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Jul 15 02:40:04 2004 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Jul 15 02:40:04 2004 +0000 |
tree | eb92afc262728fac3596a87bbd63947657a2b716 | |
parent | 017fdcb76def65c32083fa7e2e4cb1f69b77eed0 [diff] |
Fix for PR341 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14845 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Bytecode/Writer/ConstantWriter.cpp b/lib/Bytecode/Writer/ConstantWriter.cpp index 8ea192b..7aa8feb 100644 --- a/lib/Bytecode/Writer/ConstantWriter.cpp +++ b/lib/Bytecode/Writer/ConstantWriter.cpp
@@ -189,7 +189,7 @@ case Type::LabelTyID: default: std::cerr << __FILE__ << ":" << __LINE__ << ": Don't know how to serialize" - << " type '" << CPV->getType() << "'\n"; + << " type '" << *CPV->getType() << "'\n"; break; } return;