We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c1fe6 commit f0b2598Copy full SHA for f0b2598
lib/SILGen/SILGenType.cpp
@@ -316,11 +316,6 @@ class SILGenType : public TypeMemberVisitor<SILGenType> {
316
317
/// Emit SIL functions for all the members of the type.
318
void emitType() {
319
- // Force type lowering to lower the type, so that we have a chance to
320
- // check for infinite value types even if there are no other references
321
- // to this type.
322
- SGM.Types.getTypeLowering(theType->getDeclaredTypeInContext());
323
-
324
// Start building a vtable if this is a class.
325
if (auto theClass = dyn_cast<ClassDecl>(theType))
326
genVTable.emplace(SGM, theClass);
0 commit comments