Commits

Doug Gregor committed 5f1b8618f4c
Make the SILDeclRef for a destroying destructor store a DestructorDecl. SILDeclRef was previously storing the ClassDecl for this case, because semantic analysis didn't guarantee that a DestructorDecl was always present. It is now, and this representation makes more sense. Swift SVN r12122