Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IRGen: Class layout now uses TypeInfo to figure out if types are fixe…
…d-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.
- Loading branch information