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 7b510cc commit 7bfa938Copy full SHA for 7bfa938
lib/IRGen/IRGenFunction.h
@@ -196,7 +196,7 @@ class IRGenFunction {
196
197
llvm::Value *emitAsyncResumeProjectContext(llvm::Value *callerContextAddr);
198
llvm::Function *getOrCreateResumePrjFn();
199
- llvm::Value *popAysncContext(llvm::Value *calleeContext);
+ llvm::Value *popAsyncContext(llvm::Value *calleeContext);
200
llvm::Function *createAsyncDispatchFn(const FunctionPointer &fnPtr,
201
ArrayRef<llvm::Value *> args);
202
0 commit comments