fix this on 32-bit hosts.

llvm-svn: 134840
diff --git a/clang/test/CodeGenCXX/virt-call-offsets.cpp b/clang/test/CodeGenCXX/virt-call-offsets.cpp
index 31c2276..5eef6fe 100644
--- a/clang/test/CodeGenCXX/virt-call-offsets.cpp
+++ b/clang/test/CodeGenCXX/virt-call-offsets.cpp
@@ -5,4 +5,4 @@
 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 }