mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Fix typo, weird indentation
llvm-svn: 212472
This commit is contained in:
parent
b4e00dee49
commit
98979d7f5f
@ -62,8 +62,10 @@ static unsigned createLaneVGPR(MachineRegisterInfo &MRI, MachineFunction *MF) {
|
|||||||
return VGPR;
|
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;
|
return VGPR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user