mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-28 07:17:32 +00:00
Fix for PR341
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14845 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -189,7 +189,7 @@ void BytecodeWriter::outputConstant(const Constant *CPV) {
|
||||
case Type::LabelTyID:
|
||||
default:
|
||||
std::cerr << __FILE__ << ":" << __LINE__ << ": Don't know how to serialize"
|
||||
<< " type '" << CPV->getType() << "'\n";
|
||||
<< " type '" << *CPV->getType() << "'\n";
|
||||
break;
|
||||
}
|
||||
return;
|
||||
|
Reference in New Issue
Block a user