Commits

Chris Lattner committed 453529b8bff
When emitting a 'let' initialization for a value of trivial type, don't register a DestroyLocalVariable cleanup: it will be a noop. Getting it out of the apparently active set of cleanups allows us to avoid emitting empty blocks in some cases. Swift SVN r27049