[WebAssembly] Remove debug statement submitted in rL354657

Subscribers: dschuff, jgravelle-google, hiraditya, aheejin, sunfish, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D58549

llvm-svn: 354684
This commit is contained in:
Sam Clegg 2019-02-22 19:00:03 +00:00
parent cb0c05cbeb
commit a5e68748bf
1 changed files with 0 additions and 1 deletions

View File

@ -750,7 +750,6 @@ void WebAssemblyCFGStackify::releaseMemory() {
}
bool WebAssemblyCFGStackify::runOnMachineFunction(MachineFunction &MF) {
errs() << "Function: " << MF.getName() << "\n";
LLVM_DEBUG(dbgs() << "********** CFG Stackifying **********\n"
"********** Function: "
<< MF.getName() << '\n');