File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ class RemoteASTContextImpl {
224
224
getOffsetOfFieldFromIRGen (irgen::IRGenModule &IGM, Type type,
225
225
NominalTypeDecl *typeDecl,
226
226
RemoteAddress optMetadata, VarDecl *member) {
227
- SILType loweredTy = IGM.getSILTypes (). getLoweredType (type);
227
+ SILType loweredTy = IGM.getLoweredType (type);
228
228
229
229
MemberAccessStrategy strategy =
230
230
(isa<StructDecl>(typeDecl)
@@ -334,7 +334,7 @@ class RemoteASTContextImpl {
334
334
if (!irgen) return Result<uint64_t >::emplaceFailure (Failure::Unknown);
335
335
auto &IGM = irgen->IGM ;
336
336
337
- SILType loweredTy = IGM.getSILTypes (). getLoweredType (type);
337
+ SILType loweredTy = IGM.getLoweredType (type);
338
338
339
339
// If the type has a statically fixed offset, return that.
340
340
if (auto offset =
You can’t perform that action at this time.
0 commit comments