diff options
author | Anders Carlsson <andersca@mac.com> | 2010-03-26 00:35:45 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2010-03-26 00:35:45 +0000 |
commit | c1246c882bfbb3ec6fe982ab3c63998414a72fb9 (patch) | |
tree | c81d235e33d6e45fadbd554fcbd79db6c1c531b9 /lib/CodeGen/CGVtable.cpp | |
parent | 1822254debf013860b008a27754ed909b66784d3 (diff) |
Start cleaning up the VTT builder to make it work more like the VTable builder.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99581 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGVtable.cpp')
-rw-r--r-- | lib/CodeGen/CGVtable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGVtable.cpp b/lib/CodeGen/CGVtable.cpp index 23cef42a3c..efad6289c0 100644 --- a/lib/CodeGen/CGVtable.cpp +++ b/lib/CodeGen/CGVtable.cpp @@ -138,7 +138,7 @@ private: /// AddOverriders - Add the final overriders for this base subobject to the /// map of final overriders. - void AddOverriders(BaseSubobject Base,uint64_t OffsetInLayoutClass, + void AddOverriders(BaseSubobject Base, uint64_t OffsetInLayoutClass, SubobjectOffsetsMapTy &Offsets); /// PropagateOverrider - Propagate the NewMD overrider to all the functions |