Commits

Arnold Schwaighofer committed d9f28f65a43
SILCombiner: Adapt the built array opt to index_addr to stdlib changes Int is now compiled to either Int32 or Int64 instead of Word in the stdlib. Consequently, we get casts from those types to Word arguments that sil instructions expect. Adapt the pattern. Also handle other builtin functions along the way. rdar://19608094 Swift SVN r24798