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 fa3ffc6 commit c1de4c8Copy full SHA for c1de4c8
lib/Serialization/Serialization.cpp
@@ -4972,7 +4972,7 @@ class Serializer::TypeSerializer : public TypeVisitor<TypeSerializer> {
4972
void visitPackType(const PackType *packTy) {
4973
using namespace decls_block;
4974
unsigned abbrCode = S.DeclTypeAbbrCodes[PackTypeLayout::Code];
4975
- TupleTypeLayout::emitRecord(S.Out, S.ScratchRecord, abbrCode);
+ PackTypeLayout::emitRecord(S.Out, S.ScratchRecord, abbrCode);
4976
4977
abbrCode = S.DeclTypeAbbrCodes[PackTypeEltLayout::Code];
4978
for (auto elt : packTy->getElementTypes()) {
0 commit comments