File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -1220,18 +1220,6 @@ class AsyncNativeCCEntryPointArgumentEmission final
1220
1220
Address addr = errorLayout.project (IGF, dataAddr, /* offsets*/ llvm::None);
1221
1221
return addr.getAddress ();
1222
1222
}
1223
- llvm::Value *getErrorResultAddrForCall () {
1224
- auto errorLayout = layout.getErrorLayout ();
1225
- auto &ti = cast<LoadableTypeInfo>(errorLayout.getType ());
1226
- auto allocaAddr = ti.allocateStack (IGF, layout.getErrorType (), " arg" );
1227
- auto addrInContext =
1228
- layout.getErrorLayout ().project (IGF, dataAddr, /* offsets*/ llvm::None);
1229
- Explosion explosion;
1230
- ti.loadAsTake (IGF, addrInContext, explosion);
1231
- ti.initialize (IGF, explosion, allocaAddr.getAddress (),
1232
- /* isOutlined*/ false );
1233
- return allocaAddr.getAddress ().getAddress ();
1234
- }
1235
1223
llvm::Value *getContext () override {
1236
1224
auto contextLayout = layout.getLocalContextLayout ();
1237
1225
Address addr = contextLayout.project (IGF, dataAddr, /* offsets*/ llvm::None);
You can’t perform that action at this time.
0 commit comments