summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitee20caaf82f75497ad66e494aab046512d5b5728 (patch)
tree1f42a4579ed7304531f1d86e0be8888004922ed6 /llvm/lib/Target/Sparc
parent0184206ff7e729e8de05acc96fcb5c1eb84291e9 (diff)
downloadbcm5719-llvm-ee20caaf82f75497ad66e494aab046512d5b5728.tar.gz
bcm5719-llvm-ee20caaf82f75497ad66e494aab046512d5b5728.zip
TableGen: use PrintMethods to print more aliases
llvm-svn: 208607
Diffstat (limited to 'llvm/lib/Target/Sparc')
-rw-r--r--llvm/lib/Target/Sparc/InstPrinter/SparcInstPrinter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/Sparc/InstPrinter/SparcInstPrinter.h b/llvm/lib/Target/Sparc/InstPrinter/SparcInstPrinter.h
index d9b07796218..8fe4075d137 100644
--- a/llvm/lib/Target/Sparc/InstPrinter/SparcInstPrinter.h
+++ b/llvm/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);
OpenPOWER on IntegriCloud