Skip to content

Commit 95f7a12

Browse files
committed
[NFC] LifetimeDependence: fix internal debug output
1 parent 68524a8 commit 95f7a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftCompilerSources/Sources/Optimizer/FunctionPasses/LifetimeDependenceScopeFixup.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ private struct ScopeExtension {
329329
// violation, and that subsequent optimizations do not shrink the inner access `%a1`.
330330
extension ScopeExtension {
331331
mutating func extendScopes(dependence: LifetimeDependence) -> Bool {
332-
log("Scope fixup for lifetime dependent instructions: \(dependence)")
332+
log("Scope fixup for lifetime dependent instructions:\n\(dependence)")
333333

334334
gatherExtensions(dependence: dependence)
335335

0 commit comments

Comments
 (0)