mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
remove a dead method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45694 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3db805ea80
commit
682b8aed07
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user