swift
dfa629a1
- [SIL] Fix memInstMustInitialize for builtins.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
[SIL] Fix memInstMustInitialize for builtins. The function's switch previously fell-through to the SILInstructionKind::StoreWeakInst case which cast the instruction (a BuiltinInst) to StoreWeakInst and then called isInitializationOfDest on it.
References
#67870 - [SIL] Fix memInstMustInitialize for builtins.
Author
nate-chandler
Committer
nate-chandler
Parents
9179bc56
Loading