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 d98ccb0 commit 2244875Copy full SHA for 2244875
include/swift/SIL/ScopedAddressUtils.h
@@ -107,6 +107,9 @@ struct ScopedAddressValue {
107
AddressUseKind computeTransitiveLiveness(SSAPrunedLiveness &liveness) const;
108
109
/// Update \p liveness for all the transitive address uses.
110
+ ///
111
+ /// Valid for any type of liveness, SSA or MultiDef, that may be used by a
112
+ /// scoped address.
113
AddressUseKind updateTransitiveLiveness(PrunedLiveness &liveness) const;
114
115
/// Create appropriate scope ending instruction at \p insertPt.
0 commit comments