Remove. Not needed.
[oota-llvm.git] / include / llvm / Target / TargetInstrInfo.h
index 4c0e1b8e941d14c2dd98c5f04cf5ed7d8b927a4d..00a05569b95d8ff0478d4dcbc67d84b80e21816f 100644 (file)
@@ -394,11 +394,6 @@ public:
   virtual bool PredicateInstruction(MachineInstr *MI,
                                     std::vector<MachineOperand> &Cond) const;
 
-  /// getBlockSize - Calculate the size of the specified MachineBasicBlock.
-  /// Note the result may not be 100% accurate especially if there are inline
-  /// asm's in the block.
-  virtual unsigned getBlockSize(MachineBasicBlock *MBB) const;
-
   /// getPointerRegClass - Returns a TargetRegisterClass used for pointer
   /// values.
   virtual const TargetRegisterClass *getPointerRegClass() const {