Skip to content

Commit 77a9920

Browse files
committed
Update a comment about StructAddressUsers
1 parent 28bf85f commit 77a9920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/LoopTransforms/ArrayOpt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace swift {
3131
/// Projections over the aggregate that do not access the struct are ignored.
3232
///
3333
/// StructLoads records loads of the struct value.
34-
/// StructAddressUsers records other uses of the struct address.
34+
/// StructAddressUsers records all uses of the struct address.
3535
/// StructValueUsers records direct uses of the loaded struct.
3636
///
3737
/// Projections of the struct over its elements are all similarly recorded in

0 commit comments

Comments
 (0)