Commits

Michael Gottesman committed 0090ab15d26
[closure-specializer] Use getFunctionCost from SILInliner to determine cost instead of using just the number of instructions. There are many instructions which do not contribute to the actual size of a function that getFunctionCost knows to ignore. Thus this is more accurate. rdar://18143825 Swift SVN r22007