Commits

Joe Groff committed 8ee0fb4e96d
SILGen: Zero-initialize structs in constructors. Otherwise we try to release junk pointers when we reassign class fields in the struct. Add an attribute to InitializeVarInst so that when dataflow analysis comes online, it knows that these InitializeVars need to be eliminated and can't be lowered to default constructor calls (since we're already in a constructor). Swift SVN r4730