Fixed test failure on machines with 32-bit size_t.

llvm-svn: 236773
This commit is contained in:
Artem Belevich 2015-05-07 21:06:03 +00:00
parent beb24c38e7
commit 8d062ad560
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
// CHECK: private unnamed_addr constant{{.*}}\00"
// * constant struct that wraps GPU binary
// CHECK: @__cuda_fatbin_wrapper = internal constant { i32, i32, i8*, i8* }
// CHECK: { i32 1180844977, i32 1, {{.*}}, i64 0, i64 0), i8* null }
// CHECK: { i32 1180844977, i32 1, {{.*}}, i8* null }
// * variable to save GPU binary handle after initialization
// CHECK: @__cuda_gpubin_handle = internal global i8** null
// * Make sure our constructor/destructor was added to global ctor/dtor list.