Skip to content

Commit 61c9276

Browse files
committed
Fix compile error
1 parent 1737b3a commit 61c9276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IRGen/GenDecl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4137,7 +4137,7 @@ IRGenModule::getResilienceExpansionForAccess(NominalTypeDecl *decl) {
41374137
// layout. Calling isResilient() with this scope will always return false.
41384138
ResilienceExpansion
41394139
IRGenModule::getResilienceExpansionForLayout(NominalTypeDecl *decl) {
4140-
if (TC.isCompletelyFragile())
4140+
if (Types.isCompletelyFragile())
41414141
return ResilienceExpansion::Minimal;
41424142

41434143
if (isResilient(decl, ResilienceExpansion::Minimal))

0 commit comments

Comments
 (0)