Skip to content

Commit abc2e30

Browse files
committed
Small fix for type with different name on 6.2.
1 parent 8519540 commit abc2e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SIL/IR/TypeLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2398,7 +2398,7 @@ namespace {
23982398
AbstractionPattern origType,
23992399
IsTypeExpansionSensitive_t isSensitive) {
24002400
auto silType = SILType::getPrimitiveObjectType(type);
2401-
auto properties = SILTypeProperties();
2401+
auto properties = RecursiveProperties();
24022402
properties.setTypeExpansionSensitive(isSensitive);
24032403
properties.setNonTrivial();
24042404
properties.setLexical(IsLexical);

0 commit comments

Comments
 (0)