Commits

Joe Groff committed 0422897a475
Expose %swift.opaque as a builtin type. Archetypes and projected existentials have the type %swift.opaque* and not i8*, so I need a corresponding SIL type to be able to model the ProjectExistential operation. We might also end up needing the builtin type for other low-level things down the line. Swift SVN r3793