remove alignment specifier on this. CAn't this test be removed yet? :)

llvm-svn: 102369
This commit is contained in:
Chris Lattner 2010-04-26 19:47:56 +00:00
parent 0e6fc61f21
commit 954daf9aa5
1 changed files with 1 additions and 1 deletions

View File

@ -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(); };