Commits

Andrew Trick committed b92bb09ea1d
Only promote from unchecked_addr_cast to a value cast when the compiler can guarantee that the destination has the same or smaller layout. This is necessary preparation for replacing unsafeBitCast. It also happens to speedup StrCat by 40%. Swift SVN r32222