Skip to content

Commit fbba1f3

Browse files
committed
Fix comment
1 parent 8ac248a commit fbba1f3

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
@@ -1840,7 +1840,7 @@ void TaskContextStructManager::createGEPsToPrivateVars() {
18401840
return;
18411841
}
18421842

1843-
// Create GEPs for each struct member and initialize llvmPrivateVars to point
1843+
// Create GEPs for each struct member
18441844
llvmPrivateVars.clear();
18451845
llvmPrivateVars.reserve(privateVarTypes.size());
18461846
llvm::Value *zero = builder.getInt32(0);

0 commit comments

Comments
 (0)