commit | bb3722430f8bf7ceaa22e4f13df2a1730d93cfd7 | [log] [tgz] |
---|---|---|
author | Dan Gohman <dan433584@gmail.com> | Tue Jan 26 03:39:31 2016 +0000 |
committer | Dan Gohman <dan433584@gmail.com> | Tue Jan 26 03:39:31 2016 +0000 |
tree | 219adb250190e13c6003449f67bec940d71f5079 | |
parent | 3a5c958182021abe2c2293409720ce9262711ef3 [diff] [blame] |
[WebAssembly] Implement unaligned loads and stores. Differential Revision: http://reviews.llvm.org/D16534 llvm-svn: 258779
diff --git a/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h b/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h index 50e8ede..a67ecaa 100644 --- a/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h +++ b/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h
@@ -36,6 +36,8 @@ // Used by tblegen code. void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); + void printWebAssemblyP2AlignOperand(const MCInst *MI, unsigned OpNo, + raw_ostream &O); // Autogenerated by tblgen. void printInstruction(const MCInst *MI, raw_ostream &O);