Skip to content

Commit ab96978

Browse files
committed
Initialize ApplyExpr.ShouldApplyDistributedThunk
1 parent 08eb6ec commit ab96978

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/swift/AST/Expr.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4338,6 +4338,7 @@ class ApplyExpr : public Expr {
43384338
Bits.ApplyExpr.ImplicitlyAsync = false;
43394339
Bits.ApplyExpr.ImplicitlyThrows = false;
43404340
Bits.ApplyExpr.NoAsync = false;
4341+
Bits.ApplyExpr.ShouldApplyDistributedThunk = false;
43414342
}
43424343

43434344
public:

0 commit comments

Comments
 (0)