Commits

Chris Lattner committed 0a5b27baf46
Implement labeled break/continue support, implementing rdar://11562938. Right now you can 'break' out of a labeled switch statement, but unlabeled break retains its previous semantics of breaking out of the nearest loop. Swift SVN r16616