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 8519540 commit abc2e30Copy full SHA for abc2e30
lib/SIL/IR/TypeLowering.cpp
@@ -2398,7 +2398,7 @@ namespace {
2398
AbstractionPattern origType,
2399
IsTypeExpansionSensitive_t isSensitive) {
2400
auto silType = SILType::getPrimitiveObjectType(type);
2401
- auto properties = SILTypeProperties();
+ auto properties = RecursiveProperties();
2402
properties.setTypeExpansionSensitive(isSensitive);
2403
properties.setNonTrivial();
2404
properties.setLexical(IsLexical);
0 commit comments