diff options
author | Anders Carlsson <andersca@mac.com> | 2010-03-25 21:45:14 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2010-03-25 21:45:14 +0000 |
commit | 014a358058fab46a84718b1424e40ad5a8068827 (patch) | |
tree | 2792ca3f82e55846e422b43c0bb337128f26e5f1 /test/CodeGenCXX/vtable-layout-abi-examples.cpp | |
parent | e06c1a13172bd6ef38fe927d72198ab3f97c0b4a (diff) |
Don't add address points for virtual primary bases that aren't primary bases in the complete class.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99555 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/vtable-layout-abi-examples.cpp')
-rw-r--r-- | test/CodeGenCXX/vtable-layout-abi-examples.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGenCXX/vtable-layout-abi-examples.cpp b/test/CodeGenCXX/vtable-layout-abi-examples.cpp index a82fca736c..c01c5ef72c 100644 --- a/test/CodeGenCXX/vtable-layout-abi-examples.cpp +++ b/test/CodeGenCXX/vtable-layout-abi-examples.cpp @@ -178,7 +178,6 @@ struct C : virtual public A { int j; }; // CHECK-NEXT: 7 | vcall_offset (-16) // CHECK-NEXT: 8 | offset_to_top (-16) // CHECK-NEXT: 9 | Test2::D RTTI -// CHECK-NEXT: -- (Test2::A, 16) vtable address -- // CHECK-NEXT: -- (Test2::C, 16) vtable address -- // CHECK-NEXT: 10 | [unused] void Test2::A::f() struct D : public B, public C { |