Commits

Michael Gottesman committed 67296288fc8
[sil-combine] Eliminate copy_value, destroy_value that are applied to the same value and are next to each other. This occurs frequently in the standard library (especially with enums) and there is no reason not to eliminate it in SILCombine if we can since we will be eliminating it earlier (potentially opening up more optimizations). Swift SVN r12074