Commits

Michael Gottesman committed 0f32b98ed47
[sil-combine] Teach SILCombine how to form unchecked_addr_casts. It iss always safe to form unchecked_addr_casts from address_to_pointer, pointer_to_address casts since it is undefined behavior for that to occur and for the types to not be layout compatible. rdar://16703656 Swift SVN r16865