I would like to go over it one last time to see if there are any tests that we can move to vtable-layout.cpp, but after that we can definitely remove it.
- Anders Sent from my iPad On Apr 27, 2010, at 8:03 AM, Daniel Dunbar <[email protected]> wrote: > On Mon, Apr 26, 2010 at 12:47 PM, Chris Lattner <[email protected]> wrote: >> Author: lattner >> Date: Mon Apr 26 14:47:56 2010 >> New Revision: 102369 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=102369&view=rev >> Log: >> remove alignment specifier on this. CAn't this test be removed yet? :) > > Removal works for me. > > - Daniel > >> Modified: >> cfe/trunk/test/CodeGenCXX/virt.cpp >> >> Modified: cfe/trunk/test/CodeGenCXX/virt.cpp >> URL: >> http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/virt.cpp?rev=102369&r1=102368&r2=102369&view=diff >> ============================================================================== >> --- cfe/trunk/test/CodeGenCXX/virt.cpp (original) >> +++ cfe/trunk/test/CodeGenCXX/virt.cpp Mon Apr 26 14:47:56 2010 >> @@ -96,7 +96,7 @@ >> 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(); }; >> >> >> _______________________________________________ >> cfe-commits mailing list >> [email protected] >> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits >> > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
