Skip to content

Commit 2f4443a

Browse files
committed
Remove debug prints
1 parent eb26a3b commit 2f4443a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2093,10 +2093,6 @@ void AsmPrinter::emitFunctionBody() {
20932093
}
20942094

20952095
if (TM.Options.EmitCallGraphSection && MI.isCall()) {
2096-
llvm::outs() << "Dump MI for calls \n";
2097-
MI.dump();
2098-
llvm::outs() << "CallSitesInfoMap.size() " << CallSitesInfoMap.size()
2099-
<< "\n";
21002096
emitIndirectCalleeLabels(FuncInfo, CallSitesInfoMap, MI);
21012097
}
21022098

0 commit comments

Comments
 (0)