We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d1bc9 commit af5037aCopy full SHA for af5037a
lib/SILOptimizer/PassManager/PassPipeline.cpp
@@ -735,7 +735,7 @@ static void addMidLevelFunctionPipeline(SILPassPipelinePlan &P) {
735
P.addLoopUnroll();
736
}
737
738
- static void addClosureSpecializePassPipeline(SILPassPipelinePlan &P) {
+static void addClosureSpecializePassPipeline(SILPassPipelinePlan &P) {
739
P.startPipeline("ClosureSpecialize");
740
P.addDeadFunctionAndGlobalElimination();
741
P.addReadOnlyGlobalVariablesPass();
0 commit comments