Skip to content

Commit 693cc52

Browse files
committed
Remove non-ossa pass instance
1 parent a1b7e28 commit 693cc52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/SILOptimizer/PassManager/PassPipeline.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,6 @@ void addFunctionPasses(SILPassPipelinePlan &P,
463463
// class_method/witness_method instructions may use concrete types now.
464464
P.addDevirtualizer();
465465
}
466-
P.addARCSequenceOpts();
467466

468467
// We earlier eliminated ownership if we are not compiling the stdlib. Now
469468
// handle the stdlib functions, re-simplifying, eliminating ARC as we do.

0 commit comments

Comments
 (0)