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.
2 parents e622ea6 + 381ae79 commit 3daf1c1Copy full SHA for 3daf1c1
lib/SILOptimizer/PassManager/PassPipeline.cpp
@@ -99,10 +99,10 @@ static void addMandatoryOptPipeline(SILPassPipelinePlan &P) {
99
// optimizer pipeline is run implying we can put a pass that requires OSSA
100
// there.
101
const auto &Options = P.getOptions();
102
+ P.addClosureLifetimeFixup();
103
if (Options.EnableMandatorySemanticARCOpts && Options.shouldOptimize()) {
104
P.addSemanticARCOpts();
105
}
- P.addClosureLifetimeFixup();
106
if (Options.StripOwnershipDuringDiagnosticsPipeline)
107
P.addOwnershipModelEliminator();
108
P.addMandatoryInlining();
0 commit comments