Commits

Roman Levenstein committed e715130b729
[sil-devirtualizer] Don't emit extra branches for try_apply's that are devirtualized. In devirtualizeClassMethod we were always inserting new blocks for the success/error blocks of a try_apply, regardless of whether they are needed. rdar://23458358