Skip to content

Commit 808453f

Browse files
authored
Update flang/lib/Optimizer/CodeGen/TargetRewrite.cpp
1 parent 846334f commit 808453f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Optimizer/CodeGen/TargetRewrite.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ class TargetRewrite : public fir::impl::TargetRewritePassBase<TargetRewrite> {
841841
.template Case<fir::RecordType>([&](fir::RecordType recTy) {
842842
doStructReturn(func, recTy, newResTys, newInTyAndAttrs, fixups);
843843
})
844-
.template Default([&](mlir::Type ty) { newResTys.push_back(ty); });
844+
.Default([&](mlir::Type ty) { newResTys.push_back(ty); });
845845

846846
// Saved potential shift in argument. Handling of result can add arguments
847847
// at the beginning of the function signature.

0 commit comments

Comments
 (0)