Commits

Michael Gottesman committed 7de8c10f20d
[func-sig-opts] If we already have a specialization of a function, reuse it and convert the current Function to a thunk. This ensures we can ignore whether or not the function was originally a thunk which could potentially be fragile. This should only occur rarely so we should not be doing more work in the common case. Swift SVN r22600