mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SIL: Remove SILFunction::{is,set}KeepAsPublic()
This commit is contained in:
@@ -97,7 +97,7 @@ SILFunction::SILFunction(SILModule &Module, SILLinkage Linkage, StringRef Name,
|
||||
Serialized(isSerialized), Thunk(isThunk),
|
||||
ClassSubclassScope(unsigned(classSubclassScope)), GlobalInitFlag(false),
|
||||
InlineStrategy(inlineStrategy), Linkage(unsigned(Linkage)),
|
||||
HasCReferences(false), KeepAsPublic(false),
|
||||
HasCReferences(false),
|
||||
OptMode(OptimizationMode::NotSet), EffectsKindAttr(E),
|
||||
EntryCount(entryCount) {
|
||||
if (InsertBefore)
|
||||
|
||||
Reference in New Issue
Block a user