Commits

Joe Groff committed 4a77e4878b2
IRGen: Fix implementation of storeSpareBitExtraInhabitant. It would overflow when a type had more than sizeof(unsigned) occupied bits. Fixes rdar://problem/21126703, now with the 64-bit-specific tests properly platform-gated. Swift SVN r29159