Commits

Joe Groff committed 56a4220eeb8
IRGen: Use superclass repr and refcount for superclass archetypes. If an archetype has a superclass bound, we can assume the superclass's retain semantics for the type. We can also use the superclass's storage pointer type to cut down on some bitcast IR noise when calling superclass methods on the archetype value. Swift SVN r5642