We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95381f8 commit 2e4965cCopy full SHA for 2e4965c
llvm/lib/Target/AMDGPU/SIISelLowering.cpp
@@ -2459,7 +2459,7 @@ void SITargetLowering::allocateSpecialInputVGPRsFixed(
2459
SIMachineFunctionInfo &Info) const {
2460
Register Reg = CCInfo.AllocateReg(AMDGPU::VGPR31);
2461
if (!Reg)
2462
- report_fatal_error("failed to allocated VGPR for implicit arguments");
+ report_fatal_error("failed to allocate VGPR for implicit arguments");
2463
2464
const unsigned Mask = 0x3ff;
2465
Info.setWorkItemIDX(ArgDescriptor::createRegister(Reg, Mask));
0 commit comments