Skip to content

Commit 78f47e0

Browse files
committed
Change comment to trigger tests.
1 parent d22ed5a commit 78f47e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flang/lib/Lower/OpenMP/OpenMP.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3641,8 +3641,8 @@ processReductionCombiner(lower::AbstractConverter &converter,
36413641
return genCombinerCB;
36423642
}
36433643

3644-
// Checks that the reduction type is either a trivial type or a derived type
3645-
// of trivial types.
3644+
// Checks that the reduction type is either a trivial type or a derived type of
3645+
// trivial types.
36463646
static bool isSimpleReductionType(mlir::Type reductionType) {
36473647
if (fir::isa_trivial(reductionType))
36483648
return true;

0 commit comments

Comments
 (0)