Skip to content

Commit df7c71b

Browse files
committed
Optimizer: remove the now obsolete GlobalOpt pass
1 parent 1e6511e commit df7c71b

File tree

9 files changed

+0
-1392
lines changed

9 files changed

+0
-1392
lines changed

include/swift/SILOptimizer/PassManager/Passes.def

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,6 @@ PASS(ExistentialSpecializer, "existential-specializer",
257257
PASS(SILSkippingChecker, "check-sil-skipping",
258258
"Utility pass to ensure -experimental-skip-*-function-bodies skip "
259259
"SIL generation of not-to-be-serialized functions entirely")
260-
PASS(GlobalOpt, "global-opt",
261-
"SIL Global Optimization")
262260
PASS(GlobalPropertyOpt, "global-property-opt",
263261
"Global Property Optimization")
264262
PASS(MandatoryARCOpts, "mandatory-arc-opts",

lib/SILOptimizer/IPO/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ target_sources(swiftSILOptimizer PRIVATE
33
ClosureSpecializer.cpp
44
CrossModuleOptimization.cpp
55
DeadFunctionElimination.cpp
6-
GlobalOpt.cpp
76
GlobalPropertyOpt.cpp
87
LetPropertiesOpts.cpp
98
UsePrespecialized.cpp)

0 commit comments

Comments
 (0)