Commits

Slava Pestov committed c469b209368
IRGen: Class layout now uses TypeInfo to figure out if types are fixed-size The classifyTypeSize() method was duplicating work done by IRGen's type lowering, and it was slightly wrong in a few cases. After the class archetype spare bits cleanup, the only remaining usage of this method is in class layout. Just use TypeInfo instead.