diff options
author | Chris Lattner <sabre@nondot.org> | 2008-01-07 06:47:10 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-01-07 06:47:10 +0000 |
commit | 2f3a6e38b31a3b13c75e5340bd818970285bde27 (patch) | |
tree | 0fd79dc06f71dc5340e20f94f124628b80423b97 | |
parent | d16b431d3a20c1913f433a847afe36e0ea392d84 (diff) | |
download | external_llvm-2f3a6e38b31a3b13c75e5340bd818970285bde27.zip external_llvm-2f3a6e38b31a3b13c75e5340bd818970285bde27.tar.gz external_llvm-2f3a6e38b31a3b13c75e5340bd818970285bde27.tar.bz2 |
remove a dead method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45694 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Target/TargetInstrInfo.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/Target/TargetInstrInfo.h b/include/llvm/Target/TargetInstrInfo.h index 20a1970..36ea5c3 100644 --- a/include/llvm/Target/TargetInstrInfo.h +++ b/include/llvm/Target/TargetInstrInfo.h @@ -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, |