Skip to content

Commit 14ea0e5

Browse files
authored
Merge pull request swiftlang#34937 from aschwaighofer/clarify_comment
2 parents 0e547e2 + 71a993c commit 14ea0e5

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)