Commits

Joe Groff committed 660f5c2ecda
Runtime: Fix off-by-one in tuple_getValueWitnesses It was getting the witness table offset relative to the metadata pointer, not the start of the metadata object, and so the wrong witness table methods, size, align, and stride were being used for generic tuples. Swift SVN r4753