Remove TargetInstrInfo::canFoldMemoryOperand
[oota-llvm.git] / include / llvm / Target / TargetInstrInfo.h
index 8b314f454b18aa2e5ec10c14de43e4391b8dd266..3861dbd91a2cfe497aca4e2acb7c4932d2579949 100644 (file)
@@ -819,10 +819,6 @@ protected:
   }
 
 public:
-  /// Returns true for the specified load / store if folding is possible.
-  virtual bool canFoldMemoryOperand(const MachineInstr *MI,
-                                    ArrayRef<unsigned> Ops) const;
-
   /// unfoldMemoryOperand - Separate a single instruction which folded a load or
   /// a store or a load and a store into two or more instruction. If this is
   /// possible, returns true as well as the new instructions by reference.