summaryrefslogtreecommitdiffstats
path: root/test/CodeGenOpenCL/const-str-array-decay.cl
blob: dbbe08989cb138368470c528bac64db54ac33a9c (plain)
1
2
3
4
5
6
7
8
9
10
11
// RUN: %clang_cc1 %s -emit-llvm -o - -ffake-address-space-map | FileCheck %s

int test_func(constant char* foo);

kernel void str_array_decy() {
  test_func("Test string literal");
}

// CHECK: i8 addrspace(3)* getelementptr inbounds ([20 x i8] addrspace(3)*
// CHECK-NOT: addrspacecast

OpenPOWER on IntegriCloud