Commits

Joe Groff committed 686505c498a
Runtime: Rename RelativePointer types to be more descriptive. Not every relative address makes sense to be conditionally indirect, so separate RelativeIndirectablePointer (which takes a tag bit to indicate whether the reference is directly to the object in question or to memory containing its address, such as its GOT entry) and RelativeDirectPointer. NFC. Swift SVN r31839