Commits

Manman Ren committed fb299a48991
[LoadStoreOpt] make sure Loads do not hold deleted SILInstructions. We add a callback function to recursivelyDeleteTriviallyDeadInstructions. When a Load instruction is deleted, we erase it from Loads. rdar://16815627 Swift SVN r17558