Skip to content

Commit 71a993c

Browse files
committed
Clarify comment
1 parent 3ae4e62 commit 71a993c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/IRGen/IRGenFunction.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -561,10 +561,7 @@ void IRGenFunction::emitGetAsyncContinuation(SILType unsafeContinuationTy,
561561
// AsyncContext *resumeCtxt;
562562
// void *awaitSynchronization;
563563
// SwiftError *errResult;
564-
// union {
565-
// IndirectResult *result;
566-
// DirectResult *result;
567-
// };
564+
// Result *result;
568565
// ExecutorRef *resumeExecutor;
569566
// } continuation_context; // local variable of current_sil_function
570567
//

0 commit comments

Comments
 (0)