Commits

Stephen Lin committed eeda966a682
SILPasses: Avoid trying to processes the same instructions twice in recursivelyDeleteTriviallyDeadInstructions, in case an instruction is an operand of two instructions being deleted at once so appears in the worklist twice. Swift SVN r10375