Commits

Slava Pestov committed e416bfbc4ef
SILGen: Refactor code for existentials We need to be able to introduce and eliminate existentials inside reabstraction thunks, so make this logic independent of RValue and Expr emission. NFC for now. Swift SVN r31375