Commits

John McCall committed aece1e24be5
Correctly mask off the witness-table bits in class existential (and existential metatype, and unowned class existential) values when checking for extra inhabitants. We don't guarantee the meaningfulness of these bits. Fixes rdar://17431105, where this showed up as affecting correctness in debug vs. optimized builds. Swift SVN r22608