mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-11 04:06:20 +00:00
GlobalISel: Fix typo in error message
llvm-svn: 293023
This commit is contained in:
parent
60370e375a
commit
4844573eb1
@ -146,7 +146,7 @@ bool InstructionSelect::runOnMachineFunction(MachineFunction &MF) {
|
||||
: &*MRI.def_instr_begin(VReg);
|
||||
if (!RC) {
|
||||
if (TPC.isGlobalISelAbortEnabled())
|
||||
reportSelectionError(MF, MI, "VReg as no regclass after selection");
|
||||
reportSelectionError(MF, MI, "VReg has no regclass after selection");
|
||||
Failed = true;
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user