Skip to content

Commit aee86f9

Browse files
[AMDGPU] Remove unused declaration selectSMRD (NFC)
The function body proper was removed on Feb 20, 2019 in commit 79b5c38.
1 parent 41ef318 commit aee86f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ class AMDGPUInstructionSelector final : public InstructionSelector {
132132
bool hasVgprParts(ArrayRef<GEPInfo> AddrInfo) const;
133133
void getAddrModeInfo(const MachineInstr &Load, const MachineRegisterInfo &MRI,
134134
SmallVectorImpl<GEPInfo> &AddrInfo) const;
135-
bool selectSMRD(MachineInstr &I, ArrayRef<GEPInfo> AddrInfo) const;
136135

137136
void initM0(MachineInstr &I) const;
138137
bool selectG_LOAD_STORE_ATOMICRMW(MachineInstr &I) const;

0 commit comments

Comments
 (0)