Skip to content

Commit df72d33

Browse files
Clang format changes
1 parent ac2fcbe commit df72d33

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7151,9 +7151,8 @@ static Expected<Function *> createOutlinedFunction(
71517151
return Func;
71527152
}
71537153
/// Given a task descriptor, TaskWithPrivates, return the pointer to the block
7154-
/// of pointers contain shared data between the parent task and the created
7154+
/// of pointers containing shared data between the parent task and the created
71557155
/// task.
7156-
///
71577156
static LoadInst *loadSharedDataFromTaskDescriptor(OpenMPIRBuilder &OMPIRBuilder,
71587157
IRBuilderBase &Builder,
71597158
Value *TaskWithPrivates,

0 commit comments

Comments
 (0)