]> granicus.if.org Git - clang/commitdiff
remove alignment specifier on this. CAn't this test be removed yet? :)
authorChris Lattner <sabre@nondot.org>
Mon, 26 Apr 2010 19:47:56 +0000 (19:47 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 26 Apr 2010 19:47:56 +0000 (19:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102369 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/virt.cpp

index 874ffb1ddf29f4e685802e6c29edeb874e420921..1b0588f234c0a4b0015a915cc1b53c33108b71a8 100644 (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(); };