Commits

Mark Lacey committed 4f2f993c68c
Fix use-after-free in SimplifyCFG's block argument splitter. We were creating new uses of an argument just prior to erasing it from the block argument list. We need to replace references to that value in the side structure we generate with references to the new value that we're replacing it with. Fixes SR-884 / rdar://problem/25008398.