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 b1ccb59 commit 6ad9581Copy full SHA for 6ad9581
include/swift/SIL/OwnershipUtils.h
@@ -461,8 +461,8 @@ struct BorrowingOperand {
461
llvm_unreachable("Covered switch isn't covered?!");
462
}
463
464
- /// If this operand's user has a single borrowed value result return a
465
- /// valid BorrowedValue instance.
+ /// If this operand's user has a borrowed value result return a valid
+ /// BorrowedValue instance.
466
BorrowedValue getBorrowIntroducingUserResult() const;
467
468
/// Compute the implicit uses that this borrowing operand "injects" into the
0 commit comments