eliminate a now-unneeded operand printer.

llvm-svn: 119124
This commit is contained in:
Chris Lattner 2010-11-15 06:01:10 +00:00
parent 79fa37152a
commit 7064198397
2 changed files with 0 additions and 4 deletions

View File

@ -52,9 +52,6 @@ public:
void printU16ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
void printS16X4ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
void printBranchOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
void printCallOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) {
printOperand(MI, OpNo, O);
}
void printAbsAddrOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
void printcrbitm(const MCInst *MI, unsigned OpNo, raw_ostream &O);

View File

@ -290,7 +290,6 @@ def target : Operand<OtherVT> {
let PrintMethod = "printBranchOperand";
}
def calltarget : Operand<iPTR> {
let PrintMethod = "printCallOperand";
let EncoderMethod = "getCallTargetEncoding";
}
def aaddr : Operand<iPTR> {