We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ccd87 commit 5316715Copy full SHA for 5316715
llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
@@ -7192,7 +7192,7 @@ static Function *emitTargetTaskProxyFunction(
7192
StructType *PrivatesTy, StructType *TaskWithPrivatesTy,
7193
const size_t NumOffloadingArrays, const int SharedArgsOperandNo) {
7194
7195
- // if NumOffloadingArrays is non-zero, PrivatesTy better not be nullptr
+ // If NumOffloadingArrays is non-zero, PrivatesTy better not be nullptr.
7196
// This is because PrivatesTy is the type of the structure in which
7197
// we pass the offloading arrays to the deferred target task.
7198
assert((!NumOffloadingArrays || PrivatesTy) &&
0 commit comments