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 {
224224 getOffsetOfFieldFromIRGen (irgen::IRGenModule &IGM, Type type,
225225 NominalTypeDecl *typeDecl,
226226 RemoteAddress optMetadata, VarDecl *member) {
227- SILType loweredTy = IGM.getSILTypes (). getLoweredType (type);
227+ SILType loweredTy = IGM.getLoweredType (type);
228228
229229 MemberAccessStrategy strategy =
230230 (isa<StructDecl>(typeDecl)
@@ -334,7 +334,7 @@ class RemoteASTContextImpl {
334334 if (!irgen) return Result<uint64_t >::emplaceFailure (Failure::Unknown);
335335 auto &IGM = irgen->IGM ;
336336
337- SILType loweredTy = IGM.getSILTypes (). getLoweredType (type);
337+ SILType loweredTy = IGM.getLoweredType (type);
338338
339339 // If the type has a statically fixed offset, return that.
340340 if (auto offset =
You can’t perform that action at this time.
0 commit comments