Skip to content

Commit f37d2a2

Browse files
committed
[Gardening] IRGen: Doc'd method.
1 parent 9a8c814 commit f37d2a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/IRGen/Outlining.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ class OutliningMetadataCollector {
8080
LayoutIsNeeded_t needsLayout,
8181
DeinitIsNeeded_t needsDeinitTypes);
8282

83+
// If any local type data is needed for \p type, add it.
84+
//
85+
// NOTE: To be called from TypeData instances.
8386
void collectTypeMetadata(SILType type);
8487

8588
void emitCallToOutlinedCopy(Address dest, Address src,

0 commit comments

Comments
 (0)