Commits
Michael Gottesman committed b56c31dc5f3
[sil-combine] convert_function simplification. convert_function works essentially as a bitcast on functions that enables you to change address/ref type parameters. This commit enforces that invariant in the verifier and teaches SILCombine how to simplify it so we can use it in the devirtualizer. Swift SVN r17516