Commits

Chris Lattner committed f0f997a391f
rework the conditional init/assign algorithm to generate destroy_addrs instead of generating a CFG diamond with a copy of the store (in init and assign forms) on each arm. This generalizes to operations that touch multiple tuple elements better. Swift SVN r10698