Commits

Chris Lattner committed 4f708c049bb
fix const correctness and standardize on names for the successor list of TerminatorInsts. Now you can walk over the successor list of a terminator and actually modify the SILSuccessor directly, allowing better CFG transformations. NFC. Swift SVN r26140