Skip to content

Commit ac36a0c

Browse files
committed
[NFC] fix recently introduced warnings in SwiftCompilerSources
1 parent 4436e94 commit ac36a0c

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
@@ -204,7 +204,7 @@ private func createEndCOWMutationIfNeeded(lifetimeDep: LifetimeDependence, _ con
204204

205205
for endInstruction in scoped.endInstructions {
206206
let builder = Builder(before: endInstruction, context)
207-
builder.createEndCOWMutationAddr(address: lifetimeDep.parentValue)
207+
_ = builder.createEndCOWMutationAddr(address: lifetimeDep.parentValue)
208208
}
209209
}
210210

0 commit comments

Comments
 (0)