summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2014-05-12 18:04:06 +0000
committerTim Northover <tnorthover@apple.com>2014-05-12 18:04:06 +0000
commitd6cd0381f676a6eb27d8b3b2aed70eed5fcb439d (patch)
tree34b8228b1fac3a8ba1810b8cfe9edd1f75263dfd /lib/Target/Sparc
parent2161fd6114b99ab3cf371b4289beb130f591b4ef (diff)
downloadllvm-d6cd0381f676a6eb27d8b3b2aed70eed5fcb439d.tar.gz
llvm-d6cd0381f676a6eb27d8b3b2aed70eed5fcb439d.tar.bz2
llvm-d6cd0381f676a6eb27d8b3b2aed70eed5fcb439d.tar.xz
TableGen: use PrintMethods to print more aliases
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208607 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Sparc')
-rw-r--r--lib/Target/Sparc/InstPrinter/SparcInstPrinter.h2
1 files changed, 2 insertions, 0 deletions
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);