Skip to content

Commit ba6dc17

Browse files
committed
[semantic-arc] Split load [copy] -> load_borrow opt into its own file.
1 parent 43574f7 commit ba6dc17

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)