Skip to content

Commit

Permalink
Oops, remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyCodeplay committed Jul 5, 2023
1 parent bc6d795 commit bef5587
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/compiler/utils/source/barrier_regions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,6 @@ Function *compiler::utils::Barrier::GenerateNewKernel(BarrierRegion &region) {

if (CallInst *call_inst = dyn_cast<CallInst>(insert_point)) {
Function *callee = call_inst->getCalledFunction();
dbgs() << *call_inst << "\n";
assert(callee && "Could not get called function");
auto const B = bi_->analyzeBuiltin(*callee);
if (isMuxWGControlBarrierID(B.ID)) {
Expand Down

0 comments on commit bef5587

Please sign in to comment.