Commits

Roman Levenstein committed d674034113f
[sil-combine] Add a peephole to remove any code after an "unreachable" instruction. This is useful for cleaning-up the code generated by intermediate transformations, e.g. for cases where we perform folding of always failing casts into traps followed by an unreachable instruction. I'll make use of it in my subsequence commits. Swift SVN r25988