Commits

Joe Groff committed 7ccde5222c7
IRGen: Factor 'indexArray' into a TypeInfo method. Move the lowering for IndexAddrInst into a TypeInfo method so it can be used in other places. Change it to emit 'mul nsw' instead of 'mul nuw' so that it tolerates negative indices. Swift SVN r16998