swift
282a5e6e - GlobalOpt: fix a use after free

Commit
6 years ago
GlobalOpt: fix a use after free Detected by ASAN. There is no need to remove the copy_address in the loop (which caused an iterator invalidation), because it's deleted with eraseUsesOfInstruction(Call) anyway. rdar://problem/47089910
Author
Committer
Parents
Loading