mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "Add an inline(late) attribute"
This reverts commit r21286. Discussions ongoing. Swift SVN r21289
This commit is contained in:
@@ -30,7 +30,7 @@ SILFunction *SILFunction::create(SILModule &M, SILLinkage linkage,
|
||||
Optional<SILLocation> loc,
|
||||
IsBare_t isBareSILFunction,
|
||||
IsTransparent_t isTrans,
|
||||
Inline_t isNoinline, EffectsKind E,
|
||||
bool isNoinline, EffectsKind E,
|
||||
SILFunction *insertBefore,
|
||||
SILDebugScope *debugScope,
|
||||
DeclContext *DC) {
|
||||
@@ -58,7 +58,7 @@ SILFunction::SILFunction(SILModule &Module, SILLinkage Linkage,
|
||||
Optional<SILLocation> Loc,
|
||||
IsBare_t isBareSILFunction,
|
||||
IsTransparent_t isTrans,
|
||||
Inline_t isNoinline, EffectsKind E,
|
||||
bool isNoinline, EffectsKind E,
|
||||
SILFunction *InsertBefore,
|
||||
SILDebugScope *DebugScope,
|
||||
DeclContext *DC)
|
||||
|
||||
Reference in New Issue
Block a user