commit | 744ad106c39cf4382db14c51f8efa399df7f507d | [log] [tgz] |
---|---|---|
author | JF Bastien <jfb@google.com> | Mon Aug 24 22:00:04 2015 +0000 |
committer | JF Bastien <jfb@google.com> | Mon Aug 24 22:00:04 2015 +0000 |
tree | 14a1aa1c10a27485846c99f47d4c8628014a5ccf | |
parent | d8a9d66d50a8c86721925eec6a1ab10a6c8d19be [diff] [blame] |
Missing print. llvm-svn: 245883
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp b/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp index a3cbcbb..a5a31ab 100644 --- a/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp +++ b/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
@@ -85,6 +85,7 @@ } void WebAssemblyAsmPrinter::EmitInstruction(const MachineInstr *MI) { + DEBUG(dbgs() << "EmitInstruction: " << *MI << '\n'); SmallString<128> Str; raw_svector_ostream OS(Str);