mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Remove some incorrect references to ExecutorRef
This commit is contained in:
@@ -630,8 +630,7 @@ IRGenModule::IRGenModule(IRGenerator &irgen,
|
||||
SwiftJobPtrTy = SwiftJobTy->getPointerTo(DefaultAS);
|
||||
|
||||
// using TaskContinuationFunction =
|
||||
// SWIFT_CC(swift)
|
||||
// void (AsyncTask *, ExecutorRef, AsyncContext *);
|
||||
// SWIFT_CC(swift) void (SWIFT_ASYNC_CONTEXT AsyncContext *);
|
||||
TaskContinuationFunctionTy = llvm::FunctionType::get(
|
||||
VoidTy, {SwiftContextPtrTy}, /*isVarArg*/ false);
|
||||
TaskContinuationFunctionPtrTy = TaskContinuationFunctionTy->getPointerTo();
|
||||
|
||||
Reference in New Issue
Block a user