diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-26 19:47:56 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-26 19:47:56 +0000 |
commit | fa3c9825dce1ea9d6fd2da4b0c19917c59fbc6c7 (patch) | |
tree | 9c5c50ad2134f6571ba30a1060b37ae1235b52df /test/CodeGenCXX/virt.cpp | |
parent | 36998f56590f677ba9d173f965f53472ca16deee (diff) |
remove alignment specifier on this. CAn't this test be removed yet? :)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102369 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/virt.cpp')
-rw-r--r-- | test/CodeGenCXX/virt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/virt.cpp b/test/CodeGenCXX/virt.cpp index 874ffb1ddf..1b0588f234 100644 --- a/test/CodeGenCXX/virt.cpp +++ b/test/CodeGenCXX/virt.cpp @@ -96,7 +96,7 @@ struct test6_B1 : virtual test6_B2 { virtual void funcB1(); }; struct test6_D : test6_B2, virtual test6_B1 { }; -// CHECK-LP64: .zerofill __DATA,__common,_d6,2024,4 +// CHECK-LP64: .zerofill __DATA,__common,_d6,2024 struct test7_B2 { virtual void funcB2(); }; struct test7_B1 : virtual test7_B2 { virtual void funcB1(); }; |