Commits

Joe Groff committed 1080533095c
SILGen: Emit case bodies in their appropriate scopes. I was emitting cases in the wrong scopes, causing control flow transfers inside the case body to over-release. Oops. Fix that by emitting case bodies last thing before closing out a scope instead of trying to do them on demand. Swift SVN r6145