Commits

Joe Groff committed 1e3f5c5b109
IRGen: Fix miscalculation in non-fixed partial_apply offset calculation. Offset by the current element size to get the base for the next element, not the previous. Oops. Fixes rdar://problem/20475584. Swift SVN r27238