Skip to content

Commit a8d9637

Browse files
committed
SIL: repair the Windows build after #33987
1 parent 2335eb8 commit a8d9637

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)