Commits

Slava Pestov committed 60eb9780a13
SILGen: fix generation of switch containing try When emitting try_apply, don't start a new scope between adding a cleanup and forwarding the value. This would leave behind a dead cleanup, which would fire an assertion in emitSharedCaseBlocks(). Fixes <rdar://problem/20923654>. Swift SVN r28572