mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 05:22:04 +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:
@@ -547,8 +547,8 @@ emitRegisterNameString(raw_ostream &O, StringRef AltName,
|
||||
Reg.TheDef->getValueAsListOfStrings("AltNames");
|
||||
if (AltNames.size() <= Idx)
|
||||
PrintFatalError(Reg.TheDef->getLoc(),
|
||||
(Twine("Register definition missing alt name for '") +
|
||||
AltName + "'.").str());
|
||||
"Register definition missing alt name for '" +
|
||||
AltName + "'.");
|
||||
AsmName = AltNames[Idx];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user