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 ddb739e commit 2ff6ea3Copy full SHA for 2ff6ea3
lib/IRGen/GenCall.cpp
@@ -2186,8 +2186,7 @@ class AsyncCallEmission final : public CallEmission {
2186
WitnessMetadata *witnessMetadata) override {
2187
Explosion asyncExplosion;
2188
asyncExplosion.add(IGF.getAsyncTask());
2189
- asyncExplosion.add(
2190
- llvm::Constant::getNullValue(IGF.IGM.SwiftExecutorPtrTy));
+ asyncExplosion.add(IGF.getAsyncExecutor());
2191
asyncExplosion.add(contextBuffer.getAddress());
2192
if (getCallee().getRepresentation() ==
2193
SILFunctionTypeRepresentation::Thick) {
0 commit comments