Skip to content

Commit 43e9c4a

Browse files
committed
Remove redundant comment
1 parent ff41261 commit 43e9c4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1806,7 +1806,6 @@ convertOmpTaskOp(omp::TaskOp taskOp, llvm::IRBuilderBase &builder,
18061806
llvm::Value *llvmPrivateVar = builder.CreateAlloca(
18071807
llvmAllocType, /*ArraySize=*/nullptr, "omp.private.alloc");
18081808

1809-
// builder.SetInsertPoint(initBlock->getTerminator());
18101809
auto err =
18111810
initPrivateVar(builder, moduleTranslation, privDecl, mlirPrivVar,
18121811
blockArg, llvmPrivateVar, llvmPrivateVars, initBlock);

0 commit comments

Comments
 (0)