Remove TargetInstrInfo::canFoldMemoryOperand
[oota-llvm.git] / lib / Target / AMDGPU / AMDGPUInstrInfo.cpp
index 15a3d543a68cf94b38510bca762662544f6ff3cb..1f215fc2d959fc9eff38b6bdfdabd80d7e42dd26 100644 (file)
@@ -164,11 +164,6 @@ MachineInstr *AMDGPUInstrInfo::foldMemoryOperandImpl(
   // TODO: Implement this function
   return nullptr;
 }
-bool AMDGPUInstrInfo::canFoldMemoryOperand(const MachineInstr *MI,
-                                           ArrayRef<unsigned> Ops) const {
-  // TODO: Implement this function
-  return false;
-}
 bool
 AMDGPUInstrInfo::unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI,
                                  unsigned Reg, bool UnfoldLoad,