Commits

Michael Gottesman committed 96634b4be62
Add a SILBuilder::emitDestroyAddr API that returns a pointer union and use it to implement SILBuilder::emitDestroyAddrAndFold. Now on SILBuilder, destroy_addr has an API that matches the APIs for strong_release and release_value. Done at Chris's request. Swift SVN r28170