File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
SwiftCompilerSources/Sources/Optimizer/FunctionPasses Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ let lifetimeDependenceDiagnosticsPass = FunctionPass(
61
61
if let markDep = instruction as? MarkDependenceInst , markDep. isUnresolved {
62
62
if let lifetimeDep = LifetimeDependence ( markDep, context) {
63
63
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
66
66
// without invalidating analyses.
67
67
lifetimeDep. resolve ( context)
68
68
continue
You can’t perform that action at this time.
0 commit comments