summaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader/ConstantReader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Bytecode/Reader/ConstantReader.cpp')
-rw-r--r--lib/Bytecode/Reader/ConstantReader.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Bytecode/Reader/ConstantReader.cpp b/lib/Bytecode/Reader/ConstantReader.cpp
index 7da3a1704b..7e00cd2343 100644
--- a/lib/Bytecode/Reader/ConstantReader.cpp
+++ b/lib/Bytecode/Reader/ConstantReader.cpp
@@ -92,8 +92,8 @@ const Type *BytecodeParser::parseTypeConstant(const uchar *&Buf,
default:
std::cerr << __FILE__ << ":" << __LINE__
- << ": Don't know how to deserialize"
- << " primitive Type " << PrimType << "\n";
+ << ": Don't know how to deserialize"
+ << " primitive Type " << PrimType << "\n";
return failure(Val);
}
}
@@ -327,8 +327,8 @@ bool BytecodeParser::parseConstantValue(const uchar *&Buf, const uchar *EndBuf,
default:
std::cerr << __FILE__ << ":" << __LINE__
- << ": Don't know how to deserialize constant value of type '"
- << Ty->getName() << "'\n";
+ << ": Don't know how to deserialize constant value of type '"
+ << Ty->getName() << "'\n";
return failure(true);
}