summaryrefslogtreecommitdiff
path: root/test/CodeGenOpenCL/local.cl
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenOpenCL/local.cl')
-rw-r--r--test/CodeGenOpenCL/local.cl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenOpenCL/local.cl b/test/CodeGenOpenCL/local.cl
index b4bd0085df..852fa438f5 100644
--- a/test/CodeGenOpenCL/local.cl
+++ b/test/CodeGenOpenCL/local.cl
@@ -6,7 +6,7 @@ __kernel void foo(void) {
++i;
}
-// CHECK: define void @_Z3barPU3AS2i
+// CHECK-LABEL: define void @_Z3barPU3AS2i
__kernel void __attribute__((__overloadable__)) bar(local int *x) {
*x = 5;
}