swift
a4e65eb1 - SILCombine: fix propagation of existential self into witness method call

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
Author
Committer
Parents
Loading