Skip to content

Commit 1caf97a

Browse files
committed
---
yaml --- r: 317366 b: refs/heads/master-rebranch c: 793073f h: refs/heads/master
1 parent 4668d00 commit 1caf97a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,4 +1457,4 @@ refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-02-a: ddd2b2976aa9bfde5f20fe37f6bd2
14571457
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-03-a: 171cc166f2abeb5ca2a4003700a8a78a108bd300
14581458
refs/heads/benlangmuir-patch-1: baaebaf39d52f3bf36710d4fe40cf212e996b212
14591459
refs/heads/i-do-redeclare: 8c4e6d5de5c1e3f0a2cedccf319df713ea22c48e
1460-
refs/heads/master-rebranch: bec7229d8393f71f160224baf6ebeb0f755023c6
1460+
refs/heads/master-rebranch: 793073f159ebc67276fbf3b6b63a040b28cd60df

branches/master-rebranch/lib/SILGen/SILGenLValue.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1291,14 +1291,15 @@ namespace {
12911291
bool isDirectAccessorUse = this->IsDirectAccessorUse;
12921292
auto indices = std::move(this->Indices);
12931293
auto baseFormalType = this->BaseFormalType;
1294+
bool isOnSelfParameter = this->IsOnSelfParameter;
12941295

12951296
// Drop this component from the l-value.
12961297
dest.dropLastComponent(*this);
12971298

12981299
return emitAssignWithSetter(SGF, loc, std::move(dest), baseFormalType,
12991300
isSuper, setter, isDirectAccessorUse, subs,
13001301
std::move(indices), std::move(value),
1301-
IsOnSelfParameter);
1302+
isOnSelfParameter);
13021303
}
13031304

13041305
static void emitAssignWithSetter(SILGenFunction &SGF, SILLocation loc,

0 commit comments

Comments
 (0)