Commits

Joe Groff committed 71678b4bdf9
IRGen/Runtime: Expose the 'isBitwiseTakable' bit in the value witness flags. Set a bit for types that are non-bitwise-takable, and calculate it as part of runtime struct and enum layout. Include 'bitwise takable' as part of the runtime 'is inline' calculation to be consistent with the compile-time policy change in r17008. Swift SVN r17036