Commits

Michael Gottesman committed b617d1b6d1b
[arc] Change valueHasARC*InInstructionRange to return either the offending instruction or Nothing_t::None instead of a bool. This enables us to both check if any instructions may use or decrement a value in an instruction range and if we find such an instruction know the furthest where we can move the retain or release. Swift SVN r21522