Commits

Joe Groff committed b724a6ea922
IRGen: Fix an off-by-one in class field access calculation. The field's layout kind affects its own field access in addition to that of its following fields. This puts dependent fragile field accesses down the right code path. The NonFixedOffsets were inside us all along. Swift SVN r9221