We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0c1db commit dd2468cCopy full SHA for dd2468c
SwiftCompilerSources/Sources/Optimizer/FunctionPasses/LifetimeDependenceInsertion.swift
@@ -219,8 +219,8 @@ private extension LifetimeDependentApply.LifetimeSourceInfo {
219
return
220
}
221
// Create a new dependence on the apply's access to the argument.
222
- for varIntoducer in gatherVariableIntroducers(for: source.value, context) {
223
- let scope = LifetimeDependence.Scope(base: varIntoducer, context)
+ for varIntroducer in gatherVariableIntroducers(for: source.value, context) {
+ let scope = LifetimeDependence.Scope(base: varIntroducer, context)
224
log("Scoped lifetime from \(source.value)")
225
log(" scope: \(scope)")
226
bases.append(scope.parentValue)
0 commit comments