[PATCH] D58549: [WebAssembly] Remove debug statement submitted in rL354657
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 22 10:53:31 PST 2019
sbc100 created this revision.
Herald added subscribers: llvm-commits, sunfish, aheejin, hiraditya, jgravelle-google, dschuff.
Herald added a project: LLVM.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D58549
Files:
llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
Index: llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
===================================================================
--- llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
+++ llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
@@ -750,7 +750,6 @@
}
bool WebAssemblyCFGStackify::runOnMachineFunction(MachineFunction &MF) {
- errs() << "Function: " << MF.getName() << "\n";
LLVM_DEBUG(dbgs() << "********** CFG Stackifying **********\n"
"********** Function: "
<< MF.getName() << '\n');
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58549.187952.patch
Type: text/x-patch
Size: 559 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190222/7ae07af5/attachment.bin>
More information about the llvm-commits
mailing list