Commits

Michael Gottesman committed 0bc4f9c936a
Call SILFunction destructor when we cleanup functions so that if the function contains a function_ref, the function referenced by the function_ref has its refcount properly decrement. Otherwise a function_ref which was supposed to be deallocated would keep functions alive. rdar://16287331 Swift SVN r16192