Commits

Chris Lattner committed dc71faa7662
Add a local cleanup to fix a problem in foreach expansion when the 'next()' call would produce temporary stack allocations. Before the dealloc_stack would get generated at the end of the foreach sequence, a violation the stack nesting verifier caught. Swift SVN r11673