summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCUDA/ptx-kernels.cu
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCUDA/ptx-kernels.cu')
-rw-r--r--test/CodeGenCUDA/ptx-kernels.cu4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenCUDA/ptx-kernels.cu b/test/CodeGenCUDA/ptx-kernels.cu
index 8d34f4f..211692f 100644
--- a/test/CodeGenCUDA/ptx-kernels.cu
+++ b/test/CodeGenCUDA/ptx-kernels.cu
@@ -2,11 +2,11 @@
#include "../SemaCUDA/cuda.h"
-// CHECK: define void @device_function
+// CHECK-LABEL: define void @device_function
extern "C"
__device__ void device_function() {}
-// CHECK: define void @global_function
+// CHECK-LABEL: define void @global_function
extern "C"
__global__ void global_function() {
// CHECK: call void @device_function
OpenPOWER on IntegriCloud