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 68524a8 commit 95f7a12Copy full SHA for 95f7a12
SwiftCompilerSources/Sources/Optimizer/FunctionPasses/LifetimeDependenceScopeFixup.swift
@@ -329,7 +329,7 @@ private struct ScopeExtension {
329
// violation, and that subsequent optimizations do not shrink the inner access `%a1`.
330
extension ScopeExtension {
331
mutating func extendScopes(dependence: LifetimeDependence) -> Bool {
332
- log("Scope fixup for lifetime dependent instructions: \(dependence)")
+ log("Scope fixup for lifetime dependent instructions:\n\(dependence)")
333
334
gatherExtensions(dependence: dependence)
335
0 commit comments