Commits
Joe Groff committed 3fc9f8497f8
AST: Add Builtin.reinterpretCast. SILGen lowers this to unchecked_trivial_bit_cast or unchecked_ref_bit_cast based on the semantics of the input and output types, raising an unsupported error if one of the types are address-only. Swift SVN r19058