Skip to content

Commit 85c074e

Browse files
authored
Try to fix Windows CI
1 parent 808453f commit 85c074e

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
@@ -911,7 +911,7 @@ class TargetRewrite : public fir::impl::TargetRewritePassBase<TargetRewrite> {
911911
.template Case<fir::RecordType>([&](fir::RecordType recTy) {
912912
doStructArg(func, recTy, newInTyAndAttrs, fixups);
913913
})
914-
.template Default([&](mlir::Type ty) {
914+
.Default([&](mlir::Type ty) {
915915
newInTyAndAttrs.push_back(
916916
fir::CodeGenSpecifics::getTypeAndAttr(ty));
917917
});

0 commit comments

Comments
 (0)