Commits

Andrew Trick committed 21e7b06e77c
Migrate the unsafeBitCast API to use Builtin.reinterpretCast. This avoids unnecessary address-taking. Instead use the builtin that directly supports unsafe casts. The optimizer now follows clear rules for Builtin.reinterpretCast (so it's safe to use) and knows how to optimize it. Swift SVN r32268