Commits

Joe Groff committed a38bb1be9ce
IRGen: Bitcast fixed direct ref_element_addr projections to the right field type. Class-constrained generics may produce a class type definition with fixed field offsets, but still requires type substitution, so we need to check if a bitcast is necessary. Fixes rdar://problem/19902523. Swift SVN r25631