Skip to content

Commit 64b7396

Browse files
committed
Fix comment
1 parent f5246d5 commit 64b7396

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
@@ -1815,7 +1815,7 @@ void TaskContextStructManager::createGEPsToPrivateVars() {
18151815
return;
18161816
}
18171817

1818-
// Create GEPs for each struct member and initialize llvmPrivateVars to point
1818+
// Create GEPs for each struct member
18191819
llvmPrivateVars.clear();
18201820
llvmPrivateVars.reserve(privateVarTypes.size());
18211821
llvm::Value *zero = builder.getInt32(0);

0 commit comments

Comments
 (0)