Commits

Chris Lattner committed 2127da6a91f
Enhance the function_ref instruction to maintain a refcount on the SILFunction that it references. Use this in the mandatory inlining pass to remove deserialized transparent functions, to clean up the -emit-sil output of the compiler (and presumably speed up compile time). This implements rdar://15272652 Swift SVN r9699