Commits

Joe Groff committed c118a4ac038
IRGen: Fix crash when array of empty type is index_addr'ed. The runtime implementation floors the stride of the element type to 1, so index with a minimum stride of 1 for consistency. Fixes rdar://problem/18118173. Swift SVN r21453