Skip to content

Commit

Permalink
chore(rtlib): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrothenberger committed Nov 22, 2023
1 parent a810224 commit fa57dc2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions DiscoPoP/DiscoPoP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ bool DiscoPoP::doInitialization(Module &M) {

initializeBBDepCounter();

errs() << "Initial dep count: " << to_string(bbDepCount) << "\n";

ReportBB = M.getOrInsertFunction(
"__dp_report_bb",
Void,
Expand Down Expand Up @@ -2333,7 +2331,6 @@ bool DiscoPoP::runOnFunction(Function &F) {
if (isa<ReturnInst>(pair.first->getTerminator())) {
insertionPoint = insertionPoint->getPrevNonDebugInstruction();
}
errs() << "bbDepCount: " << bbDepCount << "\n";
auto CI = CallInst::Create(
ReportBB,
ConstantInt::get(Int32, bbDepCount),
Expand Down

0 comments on commit fa57dc2

Please sign in to comment.