Commits

Doug Gregor committed 804a23e32fc
Only emit the Objective-C -dealloc method if it does something. Instance variable destruction is handled separately by -.cxx_destruct, and the message send to the superclass's -dealloc is handled by the Objective-C runtime, so we only need to emit a -dealloc if there is any user code in it. Swift SVN r12210