swift
a4e65eb1
- SILCombine: fix propagation of existential self into witness method call
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
8 years ago
SILCombine: fix propagation of existential self into witness method call In case of a mutating method call we replaced the self argument with the source of a copy_addr. This let the call modify the wrong self value. rdar://problem/34753633
References
#12234 - [4.0] SILCombine: fix propagation of existential self into witness method call
Author
eeckstein
Committer
eeckstein
Parents
8ed5ab3e
Loading