Skip to content

Commit 9c69d02

Browse files
committed
MemAccessUtils comment
1 parent 712e1ab commit 9c69d02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/swift/SIL/MemAccessUtils.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -890,6 +890,7 @@ struct AccessPathWithBase {
890890
//
891891
// base may be invalid for global_addr -> address_to_pointer -> phi patterns.
892892
// FIXME: add a structural requirement to SIL so base is always valid in OSSA.
893+
// !!! make this a PtrIntPair with a the access kind
893894
SILValue base;
894895

895896
/// \p address identifies the object seen by any memory operation that

0 commit comments

Comments
 (0)