Skip to content

Commit b70e4d2

Browse files
committed
SILGen: Split off SILGenMaterializeForSet.cpp from SILGenLValue.cpp, NFC
In order to fix some other issues that came up with materializeForSet and resilience, I had to bite the bullet and finish off John's code for open-coding materializeForSet emission in SILGen. This patch makes the subsequent changes easier to review.
1 parent a467674 commit b70e4d2

File tree

3 files changed

+767
-734
lines changed

3 files changed

+767
-734
lines changed

lib/SILGen/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ add_swift_library(swiftSILGen
1919
SILGenFunction.cpp
2020
SILGenGlobalVariable.cpp
2121
SILGenLValue.cpp
22+
SILGenMaterializeForSet.cpp
2223
SILGenPattern.cpp
2324
SILGenPoly.cpp
2425
SILGenProfiling.cpp

0 commit comments

Comments
 (0)