Skip to content

Commit 9604d0b

Browse files
committed
Fix comment
1 parent c517052 commit 9604d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1852,7 +1852,7 @@ void TaskContextStructManager::createGEPsToPrivateVars() {
18521852
return;
18531853
}
18541854

1855-
// Create GEPs for each struct member and initialize llvmPrivateVars to point
1855+
// Create GEPs for each struct member
18561856
llvmPrivateVars.clear();
18571857
llvmPrivateVars.reserve(privateVarTypes.size());
18581858
llvm::Value *zero = builder.getInt32(0);

0 commit comments

Comments
 (0)