Skip to content

Commit 3639bc4

Browse files
authored
Merge pull request #26672 from dcci/metadataundefinedpatatino
2 parents b0832e7 + 06c3f2b commit 3639bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IRGen/IRGenFunction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ class IRGenFunction {
663663
llvm::Value *LocalSelf = nullptr;
664664
/// If set, the dynamic Self type is assumed to be equivalent to this exact class.
665665
CanType LocalSelfType;
666-
bool LocalSelfIsExact;
666+
bool LocalSelfIsExact = false;
667667
LocalSelfKind SelfKind;
668668
};
669669

0 commit comments

Comments
 (0)