From 4f62cb627cf4739775265de0ce96634122ae7ed7 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Thu, 3 Feb 2022 13:55:15 +0000 Subject: [PATCH] [XCore] Remove orphan XCoreInstPrinter::printMemOperand declaration. NFCI. --- llvm/lib/Target/XCore/MCTargetDesc/XCoreInstPrinter.h | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/Target/XCore/MCTargetDesc/XCoreInstPrinter.h b/llvm/lib/Target/XCore/MCTargetDesc/XCoreInstPrinter.h index 0ea4710..fccd518 100644 --- a/llvm/lib/Target/XCore/MCTargetDesc/XCoreInstPrinter.h +++ b/llvm/lib/Target/XCore/MCTargetDesc/XCoreInstPrinter.h @@ -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 -- 2.7.4