Skip to content

Commit c867e4c

Browse files
committed
[NFC] IRGen: Marked some functions public.
1 parent fefd793 commit c867e4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/IRGen/Outlining.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ class OutliningMetadataCollector {
8383
void emitCallToOutlinedRelease(Address addr, SILType T, const TypeInfo &ti,
8484
Atomicity atomicity) const;
8585

86-
private:
87-
void collectFormalTypeMetadata(CanType type);
88-
void collectRepresentationTypeMetadata(SILType ty);
89-
9086
void addMetadataArguments(SmallVectorImpl<llvm::Value *> &args) const ;
9187
void addMetadataParameterTypes(SmallVectorImpl<llvm::Type *> &paramTys) const;
9288
void bindMetadataParameters(IRGenFunction &helperIGF,
9389
Explosion &params) const;
90+
91+
private:
92+
void collectFormalTypeMetadata(CanType type);
93+
void collectRepresentationTypeMetadata(SILType ty);
9494
};
9595

9696
std::pair<CanType, CanGenericSignature>

0 commit comments

Comments
 (0)