Skip to content

Commit 87fac71

Browse files
arsenmgithub-actions[bot]
authored andcommitted
Automerge: AMDGPU: Fix typo in argument allocation error message (#145265)
2 parents 094557a + 16607f6 commit 87fac71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/SIISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2459,7 +2459,7 @@ void SITargetLowering::allocateSpecialInputVGPRsFixed(
24592459
SIMachineFunctionInfo &Info) const {
24602460
Register Reg = CCInfo.AllocateReg(AMDGPU::VGPR31);
24612461
if (!Reg)
2462-
report_fatal_error("failed to allocated VGPR for implicit arguments");
2462+
report_fatal_error("failed to allocate VGPR for implicit arguments");
24632463

24642464
const unsigned Mask = 0x3ff;
24652465
Info.setWorkItemIDX(ArgDescriptor::createRegister(Reg, Mask));

0 commit comments

Comments
 (0)