Skip to content

Commit 11e36fd

Browse files
authored
Merge pull request #24467 from DougGregor/lazy-opaque-info-cleanup
2 parents 1a31760 + 7228864 commit 11e36fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/IRGen/IRGenModule.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ class IRGenerator {
242242
/// Field metadata records that have already been lazily emitted, or are
243243
/// queued up.
244244
llvm::SmallPtrSet<NominalTypeDecl *, 4> LazilyEmittedFieldMetadata;
245+
245246
struct LazyOpaqueInfo {
246247
bool IsDescriptorUsed = false;
247248
bool IsDescriptorEmitted = false;

0 commit comments

Comments
 (0)