mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove property behaviors
This commit is contained in:
@@ -863,21 +863,6 @@ public:
|
||||
return createMarkUninitialized(Loc, src, MarkUninitializedInst::RootSelf);
|
||||
}
|
||||
|
||||
MarkUninitializedBehaviorInst *
|
||||
createMarkUninitializedBehavior(SILLocation Loc,
|
||||
SILValue initStorageFunc,
|
||||
SubstitutionMap initStorageSubs,
|
||||
SILValue storage,
|
||||
SILValue setterFunc,
|
||||
SubstitutionMap setterSubs,
|
||||
SILValue self,
|
||||
SILType ty) {
|
||||
return insert(MarkUninitializedBehaviorInst::create(getModule(),
|
||||
getSILDebugLocation(Loc),
|
||||
initStorageFunc, initStorageSubs, storage,
|
||||
setterFunc, setterSubs, self, ty));
|
||||
}
|
||||
|
||||
MarkFunctionEscapeInst *createMarkFunctionEscape(SILLocation Loc,
|
||||
ArrayRef<SILValue> vars) {
|
||||
return insert(
|
||||
|
||||
Reference in New Issue
Block a user