Commits

Joe Groff committed feebd56bf4a
IRGen: Reorder the extra inhabitant value witnesses so that the count and flags go first. This nicely gathers all the layout information together in one contiguous bundle we can potentially emit independently for use in generic type layout. A step on the way to rdar://problem/19898165. Swift SVN r30128