mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-23 16:31:20 +00:00
Convert tabs to spaces
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2805 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9fdaeb44b3
commit
194f0a56ac
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user