Skip to content

Commit 10b108a

Browse files
committed
Move PerformanceInliner.cpp to SILOptimzer/Transforms as it is a function pass
1 parent 1d87524 commit 10b108a

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

lib/SILOptimizer/IPO/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ set(IPO_SOURCES
88
IPO/GlobalOpt.cpp
99
IPO/GlobalPropertyOpt.cpp
1010
IPO/LetPropertiesOpts.cpp
11-
IPO/PerformanceInliner.cpp
1211
IPO/UsePrespecialized.cpp
1312
PARENT_SCOPE)

lib/SILOptimizer/Transforms/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ set(TRANSFORMS_SOURCES
1212
Transforms/FunctionSignatureOptRewriter.cpp
1313
Transforms/GenericSpecializer.cpp
1414
Transforms/MergeCondFail.cpp
15+
Transforms/PerformanceInliner.cpp
1516
Transforms/RedundantLoadElimination.cpp
1617
Transforms/RedundantOverflowCheckRemoval.cpp
1718
Transforms/ReleaseDevirtualizer.cpp

0 commit comments

Comments
 (0)