mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-01 09:18:30 +00:00
eliminate a now-unneeded operand printer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119124 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a9d9ab9673
commit
019aef6df7
@ -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);
|
||||
|
@ -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> {
|
||||
|
Loading…
Reference in New Issue
Block a user