Skip to content

Commit 9e4c9dd

Browse files
committed
Update comment
1 parent 1c8d305 commit 9e4c9dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Optimizer/Builder/IntrinsicCall.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5748,7 +5748,7 @@ IntrinsicLibrary::genReduce(mlir::Type resultType,
57485748
mlir::Type arrTy = fir::dyn_cast_ptrOrBoxEleTy(ty);
57495749
mlir::Type eleTy = mlir::cast<fir::SequenceType>(arrTy).getEleTy();
57505750

5751-
// Handle optional mask argument
5751+
// Handle optional arguments
57525752
bool absentDim = isStaticallyAbsent(args[1]);
57535753

57545754
auto mask = isStaticallyAbsent(args[3])

0 commit comments

Comments
 (0)