Commits

Joe Groff committed 2ccfbdcf1aa
SIL: Add an UpcastExistentialInst. Converting from a protocol type to a more general protocol type is different at the implementation level from converting a concrete type to a protocol type, since the witness tables and concrete value can be copied directly from the original existential container to the new without adding another indirection. This instruction represents that operation. Swift SVN r3887