Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git] / clang / test / CodeGenOpenCL / norecurse.cl
blobd976b8cd6114f5b345a462d5ef55da57cd24c789
1 // RUN: %clang_cc1 -O0 -emit-llvm -o - %s | FileCheck %s
3 kernel void kernel1(int a) {}
4 // CHECK: define{{.*}}@kernel1{{.*}}#[[ATTR:[0-9]*]]
6 // CHECK: attributes #[[ATTR]] = {{.*}}norecurse