Skip to content

Commit 5c60c8f

Browse files
committed
Remove outdated comment
1 parent ae86447 commit 5c60c8f

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
@@ -1901,7 +1901,6 @@ convertOmpTaskOp(omp::TaskOp taskOp, llvm::IRBuilderBase &builder,
19011901
moduleTranslation, allocaIP);
19021902

19031903
// Allocate and initialize private variables
1904-
// TODO: package private variables up in a structure
19051904
builder.SetInsertPoint(initBlock->getTerminator());
19061905

19071906
// Create task variable structure

0 commit comments

Comments
 (0)