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(
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
You can’t perform that action at this time.
0 commit comments