]> granicus.if.org Git - clang/commitdiff
fix this on 32-bit hosts.
authorChris Lattner <sabre@nondot.org>
Sat, 9 Jul 2011 18:33:01 +0000 (18:33 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 9 Jul 2011 18:33:01 +0000 (18:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134840 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/virt-call-offsets.cpp

index 31c227680b9e401ced033daa8ce58cb5a901efbf..5eef6fea9e6fdfb50bd16283351af73dc83c023b 100644 (file)
@@ -5,4 +5,4 @@ struct B : A {};
 struct C : B { virtual void a(); };
 void (C::*x)() = &C::a;
 
-// CHECK: @x = global { i64, i64 } { i{{[0-9]+}} 1, i{{[0-9]+}} 0 }
+// CHECK: @x = global { i{{[0-9]+}}, i{{[0-9]+}} } { i{{[0-9]+}} 1, i{{[0-9]+}} 0 }