From d6cd0381f676a6eb27d8b3b2aed70eed5fcb439d Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Mon, 12 May 2014 18:04:06 +0000 Subject: TableGen: use PrintMethods to print more aliases git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208607 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Sparc/InstPrinter/SparcInstPrinter.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/Target/Sparc') diff --git a/lib/Target/Sparc/InstPrinter/SparcInstPrinter.h b/lib/Target/Sparc/InstPrinter/SparcInstPrinter.h index d9b0779621..8fe4075d13 100644 --- a/lib/Target/Sparc/InstPrinter/SparcInstPrinter.h +++ b/lib/Target/Sparc/InstPrinter/SparcInstPrinter.h @@ -38,6 +38,8 @@ public: // Autogenerated by tblgen. void printInstruction(const MCInst *MI, raw_ostream &O); bool printAliasInstr(const MCInst *MI, raw_ostream &O); + void printCustomAliasOperand(const MCInst *MI, unsigned OpIdx, + unsigned PrintMethodIdx, raw_ostream &O); static const char *getRegisterName(unsigned RegNo); void printOperand(const MCInst *MI, int opNum, raw_ostream &OS); -- cgit v1.2.3