[llvm] 449aa4c - [Lanai] Remove orphan LanaiInstPrinter::printAluOperand declaration. NFCI.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 3 07:13:01 PST 2022


Author: Simon Pilgrim
Date: 2022-02-03T15:02:42Z
New Revision: 449aa4ccc1ebd4ab910dcb2d31210452a88ddd51

URL: https://github.com/llvm/llvm-project/commit/449aa4ccc1ebd4ab910dcb2d31210452a88ddd51
DIFF: https://github.com/llvm/llvm-project/commit/449aa4ccc1ebd4ab910dcb2d31210452a88ddd51.diff

LOG: [Lanai] Remove orphan LanaiInstPrinter::printAluOperand declaration. NFCI.

Added: 
    

Modified: 
    llvm/lib/Target/Lanai/MCTargetDesc/LanaiInstPrinter.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/Lanai/MCTargetDesc/LanaiInstPrinter.h b/llvm/lib/Target/Lanai/MCTargetDesc/LanaiInstPrinter.h
index ff17ac9788a6..08cc54b858ce 100644
--- a/llvm/lib/Target/Lanai/MCTargetDesc/LanaiInstPrinter.h
+++ b/llvm/lib/Target/Lanai/MCTargetDesc/LanaiInstPrinter.h
@@ -36,7 +36,6 @@ class LanaiInstPrinter : public MCInstPrinter {
   void printMemSplsOperand(const MCInst *MI, int OpNo, raw_ostream &O,
                            const char *Modifier = nullptr);
   void printCCOperand(const MCInst *MI, int OpNo, raw_ostream &O);
-  void printAluOperand(const MCInst *MI, int OpNo, raw_ostream &O);
   void printHi16ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
   void printHi16AndImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
   void printLo16AndImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);


        


More information about the llvm-commits mailing list