mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Update some comments for expandTypeIntoLeafProjectionPaths in Projection.h
This commit is contained in:
@@ -665,7 +665,7 @@ ProjectionPath::expandTypeIntoLeafProjectionPaths(SILType B, SILModule *Mod,
|
||||
continue;
|
||||
}
|
||||
|
||||
// This is NOT a leaf node, keep the intermediate nodes as well.
|
||||
// If OnlyLeafNode is false, keep the intermediate nodes as well.
|
||||
if (!OnlyLeafNode)
|
||||
Paths.push_back(std::move(PP.getValue()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user