Commits

Doug Gregor committed 0598b6db5e0
Casting runtime: Use the runtime's constant for reserved bits in an ObjC pointer. Previously, we had a predicate that only worked properly for 64-bit architectures; the 32-bit platforms don't have tagged pointers, and have an annoying tendency to allocate objects with the high bit of the address set. Fixes <rdar://problem/17544277>. Swift SVN r19523