mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Only return false if the visitor returns false. Clients were ignoring the result. If the BorrowingOperand does not create a borrow scope, call visitUnknownUse instead. Until we have complete lifetimes, to avoid breaking code that cannot handle dead defs, consider a dead borrow scope to be an unknown use.