Commits

Michael Gottesman committed 9e55da4c924
[sink] Teach SILInstruction::isIdenticalTo how to handle retain_value. This is why we have not been sinking retain_value from predecessors. I also cleaned up some code in InstructionIdentityComparer. We compare operands before we hit the comparer, so we don't need to check operand equality there. Swift SVN r21359