remove a dead method.
authorChris Lattner <sabre@nondot.org>
Mon, 7 Jan 2008 06:47:10 +0000 (06:47 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 7 Jan 2008 06:47:10 +0000 (06:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45694 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetInstrInfo.h

index 20a1970a198437460a09446e4d48ec18a981fa9c..36ea5c318050df477618d1ffde9896edea3ea7e1 100644 (file)
@@ -490,13 +490,6 @@ protected:
     return false;
   }
 public:
-  /// getOperandConstraint - Returns the value of the specific constraint if
-  /// it is set. Returns -1 if it is not set.
-  int getOperandConstraint(unsigned Opcode, unsigned OpNum,
-                           TOI::OperandConstraint Constraint) const {
-    return get(Opcode).getOperandConstraint(OpNum, Constraint);
-  }
-
   /// Return true if the instruction is a register to register move
   /// and leave the source and dest operands in the passed parameters.
   virtual bool isMoveInstr(const MachineInstr& MI,