We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4684f3a commit 77206e6Copy full SHA for 77206e6
lib/SILOptimizer/Utils/SILIsolationInfo.cpp
@@ -913,7 +913,7 @@ SILIsolationInfo SILIsolationInfo::get(SILArgument *arg) {
913
// disconnected so we can construct the actor value. Users cannot write
914
// allocator functions so we just need to worry about compiler generated
915
// code. In the case of a non-actor, we can only have an allocator that is
916
- // global-actor-isolated, so we will never hit this code path.
+ // global-actor isolated, so we will never hit this code path.
917
if (declRef.kind == SILDeclRef::Kind::Allocator) {
918
if (auto isolation = fArg->getFunction()->getActorIsolation()) {
919
if (isolation->isActorInstanceIsolated()) {
0 commit comments