aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenOpenCL/event_t.cl
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenOpenCL/event_t.cl')
-rw-r--r--test/CodeGenOpenCL/event_t.cl4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenOpenCL/event_t.cl b/test/CodeGenOpenCL/event_t.cl
index ddf12a9d8b9a3..a84d8bb610c07 100644
--- a/test/CodeGenOpenCL/event_t.cl
+++ b/test/CodeGenOpenCL/event_t.cl
@@ -6,7 +6,7 @@ void kernel ker() {
event_t e;
// CHECK: alloca %opencl.event_t*,
foo(e);
-// CHECK: call void @foo(%opencl.event_t* %
+// CHECK: call {{.*}}void @foo(%opencl.event_t* %
foo(0);
-// CHECK: call void @foo(%opencl.event_t* null)
+// CHECK: call {{.*}}void @foo(%opencl.event_t* null)
}