diff options
| author | Roman Divacky <rdivacky@FreeBSD.org> | 2010-04-03 07:51:34 +0000 |
|---|---|---|
| committer | Roman Divacky <rdivacky@FreeBSD.org> | 2010-04-03 07:51:34 +0000 |
| commit | 2c56c396ce5990954f85194029eeb391bc3529ff (patch) | |
| tree | 1e9c2f464daf7966d11aa31cf069fa1bc63fdb21 /test/CodeGenCXX/virt.cpp | |
| parent | 11d2b2d2bb706fca0656f2760839721bb7f6cb6f (diff) | |
Notes
Diffstat (limited to 'test/CodeGenCXX/virt.cpp')
| -rw-r--r-- | test/CodeGenCXX/virt.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGenCXX/virt.cpp b/test/CodeGenCXX/virt.cpp index c40412963097d..874ffb1ddf29f 100644 --- a/test/CodeGenCXX/virt.cpp +++ b/test/CodeGenCXX/virt.cpp @@ -104,7 +104,8 @@ struct test7_B1 : virtual test7_B2 { virtual void funcB1(); }; struct test7_D : test7_B2, virtual test7_B1 { }; -// CHECK-LP64: .zerofill __DATA,__common,_d7,16,3 +// FIXME: we were checking for an alignment of 3 (?) +// CHECK-LP64: .zerofill __DATA,__common,_d7,16, struct test3_B3 { virtual void funcB3(); }; |
