Skip to content

Commit ba66d4a

Browse files
committed
OwnershipUtils comment
1 parent 218f33e commit ba66d4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/swift/SIL/OwnershipUtils.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ inline bool isForwardingConsume(SILValue value) {
7979
}
8080

8181
/// Find leaf "use points" of \p guaranteedValue that determine its lifetime
82-
/// requirement. If \p usePoints is nullptr, then the simply returns true if no
83-
/// PointerEscape use was found.
82+
/// requirement. Return true if no PointerEscape use was found.
8483
///
8584
/// Precondition: \p guaranteedValue is not a BorrowedValue.
8685
///

0 commit comments

Comments
 (0)