[PATCH] D58549: [WebAssembly] Remove debug statement submitted in rL354657

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 22 11:02:27 PST 2019


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL354684: [WebAssembly] Remove debug statement submitted in rL354657 (authored by sbc, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D58549?vs=187952&id=187953#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58549/new/

https://reviews.llvm.org/D58549

Files:
  llvm/trunk/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp


Index: llvm/trunk/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
===================================================================
--- llvm/trunk/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
+++ llvm/trunk/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.187953.patch
Type: text/x-patch
Size: 577 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190222/bc9064ba/attachment.bin>


More information about the llvm-commits mailing list