Skip to content

Commit 296a9db

Browse files
rovkaarsenm
andauthored
Update llvm/lib/Target/AMDGPU/SILateBranchLowering.cpp
Co-authored-by: Matt Arsenault <[email protected]>
1 parent 1a99cab commit 296a9db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/SILateBranchLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ bool SILateBranchLowering::runOnMachineFunction(MachineFunction &MF) {
215215

216216
case AMDGPU::SI_CS_CHAIN_TC_W32:
217217
case AMDGPU::SI_CS_CHAIN_TC_W64:
218-
expandChainCall(MI, ST, /*DynamicVGPR*/ false);
218+
expandChainCall(MI, ST, /*DynamicVGPR=*/ false);
219219
MadeChange = true;
220220
break;
221221
case AMDGPU::SI_CS_CHAIN_TC_W32_DVGPR:

0 commit comments

Comments
 (0)