Skip to content

Commit

Permalink
Remove debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
schweitzpgi committed Oct 4, 2024
1 parent 897c42b commit 1329c68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Optimizer/Transforms/GenKernelExecution.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1811,7 +1811,6 @@ class GenerateKernelExecution
});
for (auto *op : deadCalls)
op->erase();
module.dump();

LLVM_DEBUG(llvm::dbgs() << "final module:\n" << module << '\n');
}
Expand Down

0 comments on commit 1329c68

Please sign in to comment.