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 3daf1c1 commit 3d7123eCopy full SHA for 3d7123e
lib/SILOptimizer/PassManager/PassPipeline.cpp
@@ -100,7 +100,7 @@ static void addMandatoryOptPipeline(SILPassPipelinePlan &P) {
100
// there.
101
const auto &Options = P.getOptions();
102
P.addClosureLifetimeFixup();
103
- if (Options.EnableMandatorySemanticARCOpts && Options.shouldOptimize()) {
+ if (Options.shouldOptimize()) {
104
P.addSemanticARCOpts();
105
}
106
if (Options.StripOwnershipDuringDiagnosticsPipeline)
0 commit comments