Commits

Joe Groff committed b9bb84c58ef
SILGen: Emit implicit constructors. Teach SILGen how to emit the implicit elementwise constructor for structs and the implicit default constructor for classes, and eliminate the now dead IRGen code for them. Add a StructInst SIL instruction to represent constructing a loadable struct value from elements, analogous to TupleInst for tuples. Swift SVN r4778