[XCore] Remove orphan XCoreInstPrinter::printMemOperand declaration. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 3 Feb 2022 13:55:15 +0000 (13:55 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 3 Feb 2022 14:29:02 +0000 (14:29 +0000)
llvm/lib/Target/XCore/MCTargetDesc/XCoreInstPrinter.h

index 0ea4710..fccd518 100644 (file)
@@ -39,7 +39,6 @@ private:
   void printInlineJT(const MCInst *MI, int opNum, raw_ostream &O);
   void printInlineJT32(const MCInst *MI, int opNum, raw_ostream &O);
   void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
-  void printMemOperand(const MCInst *MI, int opNum, raw_ostream &O);
 };
 
 } // end namespace llvm