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 2eb8831 commit 62fb241Copy full SHA for 62fb241
include/swift/SIL/AddressWalker.h
@@ -71,14 +71,6 @@ class TransitiveAddressWalker {
71
AddressUseKind walk(SILValue address) &&;
72
};
73
74
-/// The algorithm that is used to determine what the verifier will consider to
75
-/// be transitive uses of the given address. Used to implement \see
76
-/// findTransitiveUses.
77
-///
78
-/// Returns \p AccessUseKind::Unknown on error.
79
-AddressUseKind findTransitiveUsesForAddress(SILValue address,
80
- TransitiveAddressWalker &visitor);
81
-
82
} // namespace swift
83
84
#endif
0 commit comments