Commits

Erik Eckstein committed 5e894aa80fe
Reference deallocating constructors in the SILVtable to prevent dead function elimination. Those destructors are not referenced anywhere else in the SIL, but are used in the metadata of a class. If they are private then dead function elimination would remove them. This fixes <rdar://problem/18431856> unreachable executed at GenDecl.cpp:808 Swift SVN r22261