File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -1090,15 +1090,13 @@ static llvm::Constant *getAddrOfGlobalCoroAllocator(
10901090 allocFn, deallocFn, allocFn, deallocFn);
10911091}
10921092
1093- static llvm::Constant *getAddrOfSwiftCoroMalloc (
1094- IRGenModule &IGM) {
1093+ static llvm::Constant *getAddrOfSwiftCoroMalloc (IRGenModule &IGM) {
10951094 return getAddrOfSwiftCoroAllocThunk (" _swift_coro_malloc" ,
10961095 &IRGenModule::getMallocFunctionPointer,
10971096 IGM);
10981097}
10991098
1100- static llvm::Constant *getAddrOfSwiftCoroFree (
1101- IRGenModule &IGM) {
1099+ static llvm::Constant *getAddrOfSwiftCoroFree (IRGenModule &IGM) {
11021100 return getAddrOfSwiftCoroDeallocThunk (" _swift_coro_free" ,
11031101 &IRGenModule::getFreeFunctionPointer,
11041102 IGM);
You can’t perform that action at this time.
0 commit comments