diff --git a/llvm/lib/Target/AMDGPU/SIISelLowering.cpp b/llvm/lib/Target/AMDGPU/SIISelLowering.cpp index 931a6363e74e8..0c7b0d7d13bd6 100644 --- a/llvm/lib/Target/AMDGPU/SIISelLowering.cpp +++ b/llvm/lib/Target/AMDGPU/SIISelLowering.cpp @@ -2459,7 +2459,7 @@ void SITargetLowering::allocateSpecialInputVGPRsFixed( SIMachineFunctionInfo &Info) const { Register Reg = CCInfo.AllocateReg(AMDGPU::VGPR31); if (!Reg) - report_fatal_error("failed to allocated VGPR for implicit arguments"); + report_fatal_error("failed to allocate VGPR for implicit arguments"); const unsigned Mask = 0x3ff; Info.setWorkItemIDX(ArgDescriptor::createRegister(Reg, Mask));