]> granicus.if.org Git - clang/commit
Always emit vcall offset for the primary base, not only if it's virtual. Remove a...
authorAnders Carlsson <andersca@mac.com>
Tue, 23 Feb 2010 03:26:17 +0000 (03:26 +0000)
committerAnders Carlsson <andersca@mac.com>
Tue, 23 Feb 2010 03:26:17 +0000 (03:26 +0000)
commit92f54325673f2708d911ae3d8a95d77e21b06e37
treecd4da9725a44522935d5d0fc46754f1546f536a7
parentcc6bcbb8a77aec056d29f1843b636841ae2a629c
Always emit vcall offset for the primary base, not only if it's virtual. Remove a debug printf, and add the test case that now passes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96880 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGVtable.cpp
test/CodeGenCXX/vtable-layout.cpp