fix this on 32-bit hosts.

llvm-svn: 134840
This commit is contained in:
Chris Lattner 2011-07-09 18:33:01 +00:00
parent 5f3c4da52d
commit f5926b460b
1 changed files with 1 additions and 1 deletions

View 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 }