Skip to content

Commit f411dc4

Browse files
committed
Fix build
1 parent 74552a4 commit f411dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/SIISelLowering.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ class SITargetLowering final : public AMDGPUTargetLowering {
4545
LLVMContext &Context, CallingConv::ID CC, EVT VT, EVT &IntermediateVT,
4646
unsigned &NumIntermediates, MVT &RegisterVT) const override;
4747

48-
private:
4948
MachinePointerInfo getKernargSegmentPtrInfo(MachineFunction &MF) const;
5049

50+
private:
5151
SDValue lowerKernArgParameterPtr(SelectionDAG &DAG, const SDLoc &SL,
5252
SDValue Chain, uint64_t Offset) const;
5353
SDValue getImplicitArgPtr(SelectionDAG &DAG, const SDLoc &SL) const;

0 commit comments

Comments
 (0)