File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
lib/SILOptimizer/PassManager Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -453,14 +453,14 @@ static void addPerfEarlyModulePassPipeline(SILPassPipelinePlan &P) {
453
453
// is linked in from the stdlib.
454
454
P.addTempRValueOpt ();
455
455
456
- // We earlier eliminated ownership if we are not compiling the stdlib. Now
457
- // handle the stdlib functions.
458
- P.addNonTransparentFunctionOwnershipModelEliminator ();
459
-
460
456
// Needed to serialize static initializers of globals for cross-module
461
457
// optimization.
462
458
P.addGlobalOpt ();
463
459
460
+ // We earlier eliminated ownership if we are not compiling the stdlib. Now
461
+ // handle the stdlib functions.
462
+ P.addNonTransparentFunctionOwnershipModelEliminator ();
463
+
464
464
// Add the outliner pass (Osize).
465
465
P.addOutliner ();
466
466
You can’t perform that action at this time.
0 commit comments