Commits

Michael Gottesman committed 83cf9516098
[devirtualization] Teach devirtualization how to devirtualize inherited conformances. Previously if we had an inherited conformance, we would not put in an upcast from the subtype to the parent when we called the devirtualized protocol method. Swift SVN r16644