Commits

Jordan Rose committed c8958a232ed
Replace PointerIntUnion with a PointerUnion-compatible Fixnum type. Per discussion on swift-dev, we'd prefer to have a "pointer-like" integer with limited bit width, to reuse all the existing infrastructure for pointer-like types, rather than invent another new data structure. Swift SVN r5529