Commits
Joe Groff committed f3f9c3edb40
SILGen: Relax assertion that there are no active cleanups between the current scope and the return scope. The cleanup stack pointer is not reset when there are only dead cleanups in a scope, so relax this assertion to check that there are no live cleanups instead of that the cleanup handles are at the same height. Fixes <rdar://problem/16203107>. Swift SVN r14674