mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SIL and IRGen support for @isolated(any). SILGen to come.
This commit is contained in:
@@ -5620,7 +5620,7 @@ public:
|
||||
S.Out, S.ScratchRecord, abbrCode, fnTy->isSendable(),
|
||||
fnTy->isAsync(), stableCoroutineKind, stableCalleeConvention,
|
||||
stableRepresentation, fnTy->isPseudogeneric(), fnTy->isNoEscape(),
|
||||
fnTy->isUnimplementable(),
|
||||
fnTy->isUnimplementable(), fnTy->hasErasedIsolation(),
|
||||
stableDiffKind, fnTy->hasErrorResult(), fnTy->getParameters().size(),
|
||||
fnTy->getNumYields(), fnTy->getNumResults(),
|
||||
invocationSigID, invocationSubstMapID, patternSubstMapID,
|
||||
|
||||
Reference in New Issue
Block a user