mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "[SIL] Distributed: Remove logic related to ad-hoc requirements from SILFunction"
This reverts commit 1909b12370.
This commit is contained in:
@@ -278,6 +278,7 @@ void SILFunction::createSnapshot(int id) {
|
||||
newSnapshot->DeclCtxt = DeclCtxt;
|
||||
newSnapshot->Profiler = Profiler;
|
||||
newSnapshot->ReplacedFunction = ReplacedFunction;
|
||||
newSnapshot->RefAdHocRequirementFunction = RefAdHocRequirementFunction;
|
||||
newSnapshot->ObjCReplacementFor = ObjCReplacementFor;
|
||||
newSnapshot->SemanticsAttrSet = SemanticsAttrSet;
|
||||
newSnapshot->SpecializeAttrSet = SpecializeAttrSet;
|
||||
|
||||
Reference in New Issue
Block a user