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 ac2fcbe commit df72d33Copy full SHA for df72d33
llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
@@ -7151,9 +7151,8 @@ static Expected<Function *> createOutlinedFunction(
7151
return Func;
7152
}
7153
/// Given a task descriptor, TaskWithPrivates, return the pointer to the block
7154
-/// of pointers contain shared data between the parent task and the created
+/// of pointers containing shared data between the parent task and the created
7155
/// task.
7156
-///
7157
static LoadInst *loadSharedDataFromTaskDescriptor(OpenMPIRBuilder &OMPIRBuilder,
7158
IRBuilderBase &Builder,
7159
Value *TaskWithPrivates,
0 commit comments