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 28bf85f commit 77a9920Copy full SHA for 77a9920
lib/SILOptimizer/LoopTransforms/ArrayOpt.h
@@ -31,7 +31,7 @@ namespace swift {
31
/// Projections over the aggregate that do not access the struct are ignored.
32
///
33
/// StructLoads records loads of the struct value.
34
-/// StructAddressUsers records other uses of the struct address.
+/// StructAddressUsers records all uses of the struct address.
35
/// StructValueUsers records direct uses of the loaded struct.
36
37
/// Projections of the struct over its elements are all similarly recorded in
0 commit comments