swift
3ab94f13 - Comment out an expensive assert in type lowering.

Commit
2 years ago
Comment out an expensive assert in type lowering. For very large types (e.g. tuples with many elements), this assertion is very expensive to execute, because the `isLegalSILType` status is not cached.
Author
Parents
Loading