Skip to content

Commit 9b8c414

Browse files
authored
Merge pull request swiftlang#33707 from gottesmm/pr-73ca3d4385ca24e8499ece6066aa1942458cdedf
[semantic-arc] Split load [copy] -> load_borrow opt into its own file.
2 parents e98c258 + ba6dc17 commit 9b8c414

File tree

4 files changed

+495
-457
lines changed

4 files changed

+495
-457
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
target_sources(swiftSILOptimizer PRIVATE
22
SemanticARCOpts.cpp
3-
OwnershipLiveRange.cpp)
3+
OwnershipLiveRange.cpp
4+
LoadCopyToLoadBorrowOpt.cpp)

0 commit comments

Comments
 (0)