From 8ce28c812bdd11f5bb8d35d84b3ab97a4ad9ffd1 Mon Sep 17 00:00:00 2001 From: Venkatraman Govindaraju Date: Fri, 10 Jan 2014 01:48:17 +0000 Subject: [Sparc] Add support for parsing jmpl instruction and make indirect call and jmp instructions as aliases to jmpl. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198909 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Sparc/InstPrinter/SparcInstPrinter.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/Target/Sparc/InstPrinter/SparcInstPrinter.h') diff --git a/lib/Target/Sparc/InstPrinter/SparcInstPrinter.h b/lib/Target/Sparc/InstPrinter/SparcInstPrinter.h index c6b57f826b..63ed41a4c1 100644 --- a/lib/Target/Sparc/InstPrinter/SparcInstPrinter.h +++ b/lib/Target/Sparc/InstPrinter/SparcInstPrinter.h @@ -29,9 +29,11 @@ public: virtual void printRegName(raw_ostream &OS, unsigned RegNo) const; virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot); + bool printSparcAliasInstr(const MCInst *MI, raw_ostream &OS); // Autogenerated by tblgen. void printInstruction(const MCInst *MI, raw_ostream &O); + bool printAliasInstr(const MCInst *MI, raw_ostream &O); static const char *getRegisterName(unsigned RegNo); void printOperand(const MCInst *MI, int opNum, raw_ostream &OS); -- cgit v1.2.3