summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
diff options
context:
space:
mode:
authorJF Bastien <jfb@google.com>2015-08-24 22:00:04 +0000
committerJF Bastien <jfb@google.com>2015-08-24 22:00:04 +0000
commit744ad106c39cf4382db14c51f8efa399df7f507d (patch)
tree14a1aa1c10a27485846c99f47d4c8628014a5ccf /llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
parentd8a9d66d50a8c86721925eec6a1ab10a6c8d19be (diff)
downloadbcm5719-llvm-744ad106c39cf4382db14c51f8efa399df7f507d.tar.gz
bcm5719-llvm-744ad106c39cf4382db14c51f8efa399df7f507d.zip
Missing print.
llvm-svn: 245883
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp')
-rw-r--r--llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp b/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
index a3cbcbbeaf6..a5a31aba70b 100644
--- a/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
+++ b/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
@@ -85,6 +85,7 @@ static SmallString<32> Name(const WebAssemblyInstrInfo *TII,
}
void WebAssemblyAsmPrinter::EmitInstruction(const MachineInstr *MI) {
+ DEBUG(dbgs() << "EmitInstruction: " << *MI << '\n');
SmallString<128> Str;
raw_svector_ostream OS(Str);
OpenPOWER on IntegriCloud