Commits

Manman Ren committed 9ba7def130d
[Devirtualizer] trace across unchecked_ref_cast in findOrigin. We will trace across unchecked_ref_cast to find the class origin in devirtualizer. This enables us to devirtualize class_method where the operand needs to go across unchecked_ref_cast to reach the origin. Swift SVN r16857