Refine offsets into vtables for the VTT.

llvm-svn: 87041
This commit is contained in:
Mike Stump
2009-11-12 23:14:15 +00:00
parent c781d7a072
commit ca0de33113

View File

@@ -843,7 +843,7 @@ class VTTBuilder {
SecondaryVTTs(RD, Offset, MorallyVirtual);
// and last the secondary vtable pointers.
Secondary(RD, vtbl, MorallyVirtual, Offset);
Secondary(RD, vtbl, Offset, MorallyVirtual);
}
/// SecondaryVTTs - Add the secondary VTTs to Inits. The secondary VTTs are