Commits

Chris Lattner committed 7e93a509a9e
enhance the AST representation of break and continue statements to specify the LabeledStmt that they target: have sema fill this in, and make silgen respect it. NFC, because this was specifically written to behave the same as before (e.g. no break out of switches). Swift SVN r16610