summaryrefslogtreecommitdiff
path: root/test/CodeGenCUDA
diff options
context:
space:
mode:
authorArtem Belevich <tra@google.com>2015-05-07 21:06:03 +0000
committerArtem Belevich <tra@google.com>2015-05-07 21:06:03 +0000
commit25969c99def82ca89c6f361cfeb0a1bf30f4f15d (patch)
tree502a10c601492d04c16d3c8c4fc13fc29060cf88 /test/CodeGenCUDA
parent1508f392a41ea676ff4307facc42fba0c2be833a (diff)
Fixed test failure on machines with 32-bit size_t.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@236773 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCUDA')
-rw-r--r--test/CodeGenCUDA/device-stub.cu2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCUDA/device-stub.cu b/test/CodeGenCUDA/device-stub.cu
index 99b6493cbc..5d05011315 100644
--- a/test/CodeGenCUDA/device-stub.cu
+++ b/test/CodeGenCUDA/device-stub.cu
@@ -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.