Commits
Joe Groff committed f40dfce9187
IRGen: Implement SuperConstructorRefCallExprs. Recognize super.constructor calls in IRGen and generate them as calls to the superclass initializing constructor. Note that super.constructor code still won't execute just yet because classic IRGen doesn't generate initializing constructors. Swift SVN r3859