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 | 954daf9aa59f1eb7458e43ba982f313cb8e45917 (patch) | |
| tree | 3f57a72c62323e3149f108f0f22fdf42074304ac | |
| parent | 0e6fc61f21749111c5a1fcd33203cac412c0dcec (diff) | |
| download | bcm5719-llvm-954daf9aa59f1eb7458e43ba982f313cb8e45917.tar.gz bcm5719-llvm-954daf9aa59f1eb7458e43ba982f313cb8e45917.zip | |
remove alignment specifier on this. CAn't this test be removed yet? :)
llvm-svn: 102369
| -rw-r--r-- | clang/test/CodeGenCXX/virt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/virt.cpp b/clang/test/CodeGenCXX/virt.cpp index 874ffb1ddf2..1b0588f234c 100644 --- a/clang/test/CodeGenCXX/virt.cpp +++ b/clang/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(); }; |

