Commits
Doug Gregor committed d19065048b9
Introduce the self_downcast SIL instruction to downcast the result of super.init. No functional difference from the unconditional checked downcast we had before, but this gives IRGen the chance to specialize the implementation. Swift SVN r12382