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 | 3ef160b15acb13f061bf0d8b106a7aa052396f77 (patch) | |
| tree | dce7806bfc092d73e40bee25374b62c21c7c1d4a | |
| parent | fd2e338b85eec6e687c7b9ae31989f9808c54011 (diff) | |
| download | bcm5719-llvm-3ef160b15acb13f061bf0d8b106a7aa052396f77.tar.gz bcm5719-llvm-3ef160b15acb13f061bf0d8b106a7aa052396f77.zip | |
remove a dead method.
llvm-svn: 45694
| -rw-r--r-- | llvm/include/llvm/Target/TargetInstrInfo.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/include/llvm/Target/TargetInstrInfo.h b/llvm/include/llvm/Target/TargetInstrInfo.h index 20a1970a198..36ea5c31805 100644 --- a/llvm/include/llvm/Target/TargetInstrInfo.h +++ b/llvm/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, |

