Skip to content

Commit 4cd073a

Browse files
committed
[Gardening] IRGen: Marked a function private.
1 parent 1056067 commit 4cd073a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IRGen/Outlining.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ class OutliningMetadataCollector {
5858
public:
5959
OutliningMetadataCollector(IRGenFunction &IGF) : IGF(IGF) {}
6060

61-
void collectFormalTypeMetadata(CanType type);
6261
void collectTypeMetadataForLayout(SILType type);
6362

6463
void emitCallToOutlinedCopy(Address dest, Address src,
@@ -68,6 +67,7 @@ class OutliningMetadataCollector {
6867
const TypeInfo &ti) const;
6968

7069
private:
70+
void collectFormalTypeMetadata(CanType type);
7171
void collectRepresentationTypeMetadata(SILType ty);
7272

7373
void addMetadataArguments(SmallVectorImpl<llvm::Value *> &args) const ;

0 commit comments

Comments
 (0)