mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 04:35:00 +00:00
Remove unused function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118141 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0a2287b909
commit
2915eb4430
@ -338,14 +338,6 @@ void ARMInstPrinter::printAddrMode6OffsetOperand(const MCInst *MI,
|
|||||||
O << ", " << getRegisterName(MO.getReg());
|
O << ", " << getRegisterName(MO.getReg());
|
||||||
}
|
}
|
||||||
|
|
||||||
void ARMInstPrinter::printAddrModePCOperand(const MCInst *MI, unsigned OpNum,
|
|
||||||
raw_ostream &O) {
|
|
||||||
// All instructions using addrmodepc are pseudos and should have been
|
|
||||||
// handled explicitly in printInstructionThroughMCStreamer(). If one got
|
|
||||||
// here, it wasn't, so something's wrong.
|
|
||||||
llvm_unreachable("Unhandled PC-relative pseudo-instruction!");
|
|
||||||
}
|
|
||||||
|
|
||||||
void ARMInstPrinter::printBitfieldInvMaskImmOperand(const MCInst *MI,
|
void ARMInstPrinter::printBitfieldInvMaskImmOperand(const MCInst *MI,
|
||||||
unsigned OpNum,
|
unsigned OpNum,
|
||||||
raw_ostream &O) {
|
raw_ostream &O) {
|
||||||
|
@ -50,7 +50,6 @@ public:
|
|||||||
void printAddrMode6Operand(const MCInst *MI, unsigned OpNum, raw_ostream &O);
|
void printAddrMode6Operand(const MCInst *MI, unsigned OpNum, raw_ostream &O);
|
||||||
void printAddrMode6OffsetOperand(const MCInst *MI, unsigned OpNum,
|
void printAddrMode6OffsetOperand(const MCInst *MI, unsigned OpNum,
|
||||||
raw_ostream &O);
|
raw_ostream &O);
|
||||||
void printAddrModePCOperand(const MCInst *MI, unsigned OpNum, raw_ostream &O);
|
|
||||||
|
|
||||||
void printBitfieldInvMaskImmOperand(const MCInst *MI, unsigned OpNum,
|
void printBitfieldInvMaskImmOperand(const MCInst *MI, unsigned OpNum,
|
||||||
raw_ostream &O);
|
raw_ostream &O);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user