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.
2 parents 8ccc176 + ea5fd19 commit 57bd730Copy full SHA for 57bd730
lib/IRGen/IRGenModule.cpp
@@ -621,7 +621,7 @@ IRGenModule::IRGenModule(IRGenerator &irgen,
621
AsyncFunctionPointerPtrTy = AsyncFunctionPointerTy->getPointerTo(DefaultAS);
622
SwiftTaskPtrTy = SwiftTaskTy->getPointerTo(DefaultAS);
623
SwiftAsyncLetPtrTy = Int8PtrTy; // we pass it opaquely (AsyncLet*)
624
- SwiftTaskOptionRecordPtrTy = Int64Ty; // Builtin.RawPointer? that we get as (TaskOptionRecord*)
+ SwiftTaskOptionRecordPtrTy = SizeTy; // Builtin.RawPointer? that we get as (TaskOptionRecord*)
625
SwiftTaskGroupPtrTy = Int8PtrTy; // we pass it opaquely (TaskGroup*)
626
ExecutorFirstTy = SizeTy;
627
ExecutorSecondTy = SizeTy;
0 commit comments