Skip to content

Commit 3a0ffbb

Browse files
authored
Merge pull request #34727 from compnerd/33987
2 parents 1940f2d + a8d9637 commit 3a0ffbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/swift/SIL/MemAccessUtils.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,6 +1524,7 @@ class AccessUseDefChainCloner
15241524

15251525
SILValue visitBase(SILValue base, AccessedStorage::Kind kind) {
15261526
assert(false && "access base cannot be cloned");
1527+
return SILValue();
15271528
}
15281529

15291530
SILValue visitNonAccess(SILValue base) {

0 commit comments

Comments
 (0)