diff options
author | JF Bastien <jfb@google.com> | 2015-08-24 22:07:33 +0000 |
---|---|---|
committer | JF Bastien <jfb@google.com> | 2015-08-24 22:07:33 +0000 |
commit | 19c2e6634de882c2f146d278b49adb2952d7d104 (patch) | |
tree | ec3b72502a794c9c8c32a6475e3d26e8b174e55c /llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h | |
parent | 5cd113df01a3e58625d71c4363b211951a1abc9c (diff) | |
download | bcm5719-llvm-19c2e6634de882c2f146d278b49adb2952d7d104.tar.gz bcm5719-llvm-19c2e6634de882c2f146d278b49adb2952d7d104.zip |
Revert two bad commits.
Summary: I forgot to squash git commits before doing an svn dcommit of D12219. Reverting, and re-submitting.
Subscribers: jfb, llvm-commits
Differential Revision: http://reviews.llvm.org/D12298
llvm-svn: 245886
Diffstat (limited to 'llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h')
-rw-r--r-- | llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h b/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h index 80fe29d56f7..4c54a525577 100644 --- a/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h +++ b/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h @@ -32,9 +32,6 @@ 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); |