Skip to content

Commit db30959

Browse files
committed
[pred-memopt] Replace remaining occurances of prefix DI with PMO prefix.
I am going to DI and predictable mem opts have been split for a long time and their subroutines aren't going to be joined in the future... so replace the DI prefixes in pred-mem-opts impl with PMO and rename DIMemoryUseCollector => PMOUseCollector. Been sitting on this for a long time... just happy to get it in.
1 parent c4a3b66 commit db30959

File tree

4 files changed

+190
-195
lines changed

4 files changed

+190
-195
lines changed

lib/SILOptimizer/Mandatory/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ set(MANDATORY_SOURCES
44
Mandatory/AddressLowering.cpp
55
Mandatory/ConstantPropagation.cpp
66
Mandatory/DefiniteInitialization.cpp
7-
Mandatory/DIMemoryUseCollector.cpp
87
Mandatory/DIMemoryUseCollectorOwnership.cpp
98
Mandatory/DataflowDiagnostics.cpp
109
Mandatory/DiagnoseInfiniteRecursion.cpp
@@ -14,6 +13,7 @@ set(MANDATORY_SOURCES
1413
Mandatory/IRGenPrepare.cpp
1514
Mandatory/MandatoryInlining.cpp
1615
Mandatory/PredictableMemOpt.cpp
16+
Mandatory/PMOMemoryUseCollector.cpp
1717
Mandatory/SemanticARCOpts.cpp
1818
Mandatory/ClosureLifetimeFixup.cpp
1919
PARENT_SCOPE)

0 commit comments

Comments
 (0)