mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Fix typo, weird indentation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212472 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
041e0da7a2
commit
7b1c5f52b0
@ -62,8 +62,10 @@ static unsigned createLaneVGPR(MachineRegisterInfo &MRI, MachineFunction *MF) {
|
||||
return VGPR;
|
||||
}
|
||||
}
|
||||
MF->getFunction()->getContext().emitError(
|
||||
"Could not find S_ENGPGM instrtuction.");
|
||||
|
||||
LLVMContext &Ctx = MF->getFunction()->getContext();
|
||||
Ctx.emitError("Could not find S_ENDPGM instruction.");
|
||||
|
||||
return VGPR;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user