Skip to content

Commit 5316715

Browse files
Fix comment
Co-authored-by: Sergio Afonso <[email protected]>
1 parent 56ccd87 commit 5316715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7192,7 +7192,7 @@ static Function *emitTargetTaskProxyFunction(
71927192
StructType *PrivatesTy, StructType *TaskWithPrivatesTy,
71937193
const size_t NumOffloadingArrays, const int SharedArgsOperandNo) {
71947194

7195-
// if NumOffloadingArrays is non-zero, PrivatesTy better not be nullptr
7195+
// If NumOffloadingArrays is non-zero, PrivatesTy better not be nullptr.
71967196
// This is because PrivatesTy is the type of the structure in which
71977197
// we pass the offloading arrays to the deferred target task.
71987198
assert((!NumOffloadingArrays || PrivatesTy) &&

0 commit comments

Comments
 (0)