File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
trunk/lib/SILOptimizer/PassManager Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 019c93647f16647a9a1b87ef5141bb07366f1b09
2
+ refs/heads/master: 2fff442a7490995e4a975215ae5205725532721b
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -99,10 +99,10 @@ static void addMandatoryOptPipeline(SILPassPipelinePlan &P) {
99
99
// optimizer pipeline is run implying we can put a pass that requires OSSA
100
100
// there.
101
101
const auto &Options = P.getOptions ();
102
+ P.addClosureLifetimeFixup ();
102
103
if (Options.EnableMandatorySemanticARCOpts && Options.shouldOptimize ()) {
103
104
P.addSemanticARCOpts ();
104
105
}
105
- P.addClosureLifetimeFixup ();
106
106
if (Options.StripOwnershipDuringDiagnosticsPipeline )
107
107
P.addOwnershipModelEliminator ();
108
108
P.addMandatoryInlining ();
You can’t perform that action at this time.
0 commit comments