Fix build error

llvm-svn: 270513
This commit is contained in:
Zachary Turner 2016-05-23 23:52:04 +00:00
parent 794d1b3f11
commit ea286f8613

View File

@ -114,8 +114,8 @@ public:
return CallerSym(Kind, RecordOffset, Header, Indices);
}
Hdr Header;
uint32_t RecordOffset;
Hdr Header;
ArrayRef<TypeIndex> Indices;
};