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 dcc6344 commit 3845621Copy full SHA for 3845621
include/swift/SIL/MemAccessUtils.h
@@ -887,10 +887,10 @@ namespace swift {
887
/// For convenience, encapsulate and AccessStorage value along with its
888
/// accessed base address.
889
struct AccessStorageWithBase {
890
- /// Identical to AccessStorage::compute but preserves the access base.
+ /// Identical to AccessStorage::computeInScope but walks through begin_access.
891
static AccessStorageWithBase compute(SILValue sourceAddress);
892
893
- /// Identical to AccessStorage::computeInScope but preserves the base.
+ /// Identical to AccessStorage::compute but stops at begin_access
894
static AccessStorageWithBase computeInScope(SILValue sourceAddress);
895
896
AccessStorage storage;
0 commit comments