Commits

Joe Groff committed 32889de15df
SILGen: Make destructor a "destroying" destructor. IRGen can handle synthesizing the deallocating destructor in terms of the destroying destructor, and SIL will likely never have to refer to a deallocating destructor directly, so generate the body of the destroying destructor only and consider a SILConstant::Destructor to be a destroying destructor in IRGen terms. Swift SVN r3825