Commits

Mark Lacey committed 9bfc4c431af
More conversion to using SILBuilder for instruction creation. Move the implementation of SILBasicBlock::splitBasicBlockAndBranch into CFG's util function swift::splitBasicBlockAndBranch since it's the only user, and update the latter to take a SILBuilder and use it to create the branch to the split-off block. Swift SVN r32128