Commits

Joe Groff committed b335710fd25
SIL: Add CoerceInst and DowncastInst insns. Add instructions to represent type coercion and downcast conversion operations. Factor out a common ConversionInst base class for Convert and these instructions, and rename ConvertInst to ImplicitConvertInst to distinguish it from these new explicit conversion instructions. Swift SVN r3490