Commits

Joe Groff committed 68658916df2
IRGen: Scrub cleanups from ApplyInst explosions. It looks like CallEmission::emitToExplosion sets up cleanups on its outputs, and I didn't see an immediately apparent way to do so, so this is just a quick hack to scrub those cleanups so they don't interfere with SIL-IRGen. Swift SVN r3874