[llvm] 4f62cb6 - [XCore] Remove orphan XCoreInstPrinter::printMemOperand declaration. NFCI.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 3 06:29:23 PST 2022


Author: Simon Pilgrim
Date: 2022-02-03T14:29:02Z
New Revision: 4f62cb627cf4739775265de0ce96634122ae7ed7

URL: https://github.com/llvm/llvm-project/commit/4f62cb627cf4739775265de0ce96634122ae7ed7
DIFF: https://github.com/llvm/llvm-project/commit/4f62cb627cf4739775265de0ce96634122ae7ed7.diff

LOG: [XCore] Remove orphan XCoreInstPrinter::printMemOperand declaration. NFCI.

Added: 
    

Modified: 
    llvm/lib/Target/XCore/MCTargetDesc/XCoreInstPrinter.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/XCore/MCTargetDesc/XCoreInstPrinter.h b/llvm/lib/Target/XCore/MCTargetDesc/XCoreInstPrinter.h
index 0ea47106434c9..fccd5183f07ac 100644
--- a/llvm/lib/Target/XCore/MCTargetDesc/XCoreInstPrinter.h
+++ b/llvm/lib/Target/XCore/MCTargetDesc/XCoreInstPrinter.h
@@ -39,7 +39,6 @@ class XCoreInstPrinter : public MCInstPrinter {
   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


        


More information about the llvm-commits mailing list