Skip to content

Commit 30d81c9

Browse files
committed
Update a comment; an artifact of merging.
1 parent 10f13a3 commit 30d81c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SwiftCompilerSources/Sources/Optimizer/FunctionPasses/LifetimeDependenceDiagnostics.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ let lifetimeDependenceDiagnosticsPass = FunctionPass(
6161
if let markDep = instruction as? MarkDependenceInst, markDep.isUnresolved {
6262
if let lifetimeDep = LifetimeDependence(markDep, context) {
6363
if analyze(dependence: lifetimeDep, context) {
64-
// Note: This promotes the mark_dependence flag but does not invalidate SIL; preserving analyses is good,
65-
// but the change won't appear in -sil-print-function. Ideally, we could notify context of a flag change
64+
// Note: This promotes the mark_dependence flag but does not invalidate analyses; preserving analyses is good,
65+
// although the change won't appear in -sil-print-function. Ideally, we could notify context of a flag change
6666
// without invalidating analyses.
6767
lifetimeDep.resolve(context)
6868
continue

0 commit comments

Comments
 (0)