summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h
diff options
context:
space:
mode:
authorJF Bastien <jfb@google.com>2015-08-24 21:59:51 +0000
committerJF Bastien <jfb@google.com>2015-08-24 21:59:51 +0000
commitd8a9d66d50a8c86721925eec6a1ab10a6c8d19be (patch)
treefc071951ef0fa1f7db8956d12c8036cad95a888a /llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h
parentd8879c85f68250baa6f2ebc463259201782e8460 (diff)
downloadbcm5719-llvm-d8a9d66d50a8c86721925eec6a1ab10a6c8d19be.tar.gz
bcm5719-llvm-d8a9d66d50a8c86721925eec6a1ab10a6c8d19be.zip
call
llvm-svn: 245882
Diffstat (limited to 'llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h')
-rw-r--r--llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h b/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h
index 4c54a525577..80fe29d56f7 100644
--- a/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h
+++ b/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h
@@ -32,6 +32,9 @@ public:
void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot,
const MCSubtargetInfo &STI) override;
+ // Used by tblegen code.
+ void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
+
// Autogenerated by tblgen.
void printInstruction(const MCInst *MI, raw_ostream &O);
static const char *getRegisterName(unsigned RegNo);
OpenPOWER on IntegriCloud