mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Capture Promotion: have new closures inserted before their original versions
Swift SVN r10554
This commit is contained in:
@@ -84,7 +84,8 @@ public:
|
||||
SILFunction(SILModule &Module, SILLinkage Linkage,
|
||||
StringRef MangledName, SILType LoweredType,
|
||||
Optional<SILLocation> Loc = Nothing,
|
||||
IsTransparent_t isTrans = IsNotTransparent);
|
||||
IsTransparent_t isTrans = IsNotTransparent,
|
||||
SILFunction *InsertBefore = nullptr);
|
||||
|
||||
~SILFunction();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user