mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-23 17:24:48 +00:00
tblgen: Twinify PrintFatalError.
No functionality change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205110 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -2327,8 +2327,9 @@ void CodeGenDAGPatterns::ParseDefaultOperands() {
|
||||
/* Resolve all types */;
|
||||
|
||||
if (TPN->ContainsUnresolvedType()) {
|
||||
PrintFatalError("Value #" + utostr(i) + " of OperandWithDefaultOps '" +
|
||||
DefaultOps[i]->getName() +"' doesn't have a concrete type!");
|
||||
PrintFatalError("Value #" + Twine(i) + " of OperandWithDefaultOps '" +
|
||||
DefaultOps[i]->getName() +
|
||||
"' doesn't have a concrete type!");
|
||||
}
|
||||
DefaultOpInfo.DefaultOps.push_back(TPN);
|
||||
}
|
||||
|
Reference in New Issue
Block a user