diff options
| author | JF Bastien <jfb@google.com> | 2015-08-24 21:59:51 +0000 |
|---|---|---|
| committer | JF Bastien <jfb@google.com> | 2015-08-24 21:59:51 +0000 |
| commit | d8a9d66d50a8c86721925eec6a1ab10a6c8d19be (patch) | |
| tree | fc071951ef0fa1f7db8956d12c8036cad95a888a /llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h | |
| parent | d8879c85f68250baa6f2ebc463259201782e8460 (diff) | |
| download | bcm5719-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.h | 3 |
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); |

