Skip to content
Prev Previous commit
Next Next commit
Remove debug prints
  • Loading branch information
Prabhuk committed Sep 18, 2025
commit 9adb5dbff534b002e71d812ba6acf8ec67d5d6f5
4 changes: 0 additions & 4 deletions llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2094,10 +2094,6 @@ void AsmPrinter::emitFunctionBody() {
OutStreamer->emitLabel(createCallsiteEndSymbol(MBB));

if (TM.Options.EmitCallGraphSection && MI.isCall()) {
llvm::outs() << "Dump MI for calls \n";
MI.dump();
llvm::outs() << "CallSitesInfoMap.size() " << CallSitesInfoMap.size()
<< "\n";
emitIndirectCalleeLabels(FuncInfo, CallSitesInfoMap, MI);
}

Expand Down