Remove TargetInstrInfo::canFoldMemoryOperand
[oota-llvm.git] / lib / Target / AMDGPU / AMDGPUInstrInfo.h
index 86d3962b38562fd3d884f6cc1d11bb9af353c05b..a69f4c0da72914c3985c8d9b1e9b686c1377d091 100644 (file)
@@ -103,8 +103,6 @@ public:
   /// read or write or -1 if indirect addressing is not used by this program.
   int getIndirectIndexEnd(const MachineFunction &MF) const;
 
-  bool canFoldMemoryOperand(const MachineInstr *MI,
-                            ArrayRef<unsigned> Ops) const override;
   bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI,
                         unsigned Reg, bool UnfoldLoad, bool UnfoldStore,
                         SmallVectorImpl<MachineInstr *> &NewMIs) const override;