Commits

Mark Lacey committed 75b5b1248e5
Small clean-up. Add createUncheckedBitCast to SILBuilder. This new method eliminates repeated code sequences that all create an unchecked_trivial_bit_cast if the result type is trivial or unchecked_ref_bit_cast otherwise. NFC. Swift SVN r29486