Skip to content

Commit 7445282

Browse files
authored
Merge pull request #79969 from atrick/fix-comment
Remove an incorrect PassPipeline comment.
2 parents 04545d3 + 619eb42 commit 7445282

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/SILOptimizer/PassManager/PassPipeline.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,6 @@ static void addMandatoryDiagnosticOptPipeline(SILPassPipelinePlan &P) {
151151
// and `differentiable_function` instructions.
152152
P.addDifferentiation();
153153

154-
// Only run semantic arc opts if we are optimizing and if mandatory semantic
155-
// arc opts is explicitly enabled.
156-
//
157-
// NOTE: Eventually this pass will be split into a mandatory/more aggressive
158-
// pass. This will happen when OSSA is no longer eliminated before the
159-
// optimizer pipeline is run implying we can put a pass that requires OSSA
160-
// there.
161154
const auto &Options = P.getOptions();
162155
P.addClosureLifetimeFixup();
163156

0 commit comments

Comments
 (0)