Skip to content

Commit 01ff3c9

Browse files
committed
[LocalTypeData] Handled print for shapes.
1 parent 6221f76 commit 01ff3c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/IRGen/LocalTypeData.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,8 @@ void LocalTypeDataKind::print(llvm::raw_ostream &out) const {
711711
out << "RepresentationTypeMetadata";
712712
} else if (Value == ValueWitnessTable) {
713713
out << "ValueWitnessTable";
714+
} else if (Value == Shape) {
715+
out << "Shape";
714716
} else {
715717
assert(isSingletonKind());
716718
if (Value >= ValueWitnessDiscriminatorBase) {

0 commit comments

Comments
 (0)