summaryrefslogtreecommitdiff
path: root/polly/lib/External/ppcg/tests/call3_opencl_functions.cl
diff options
context:
space:
mode:
Diffstat (limited to 'polly/lib/External/ppcg/tests/call3_opencl_functions.cl')
-rw-r--r--polly/lib/External/ppcg/tests/call3_opencl_functions.cl5
1 files changed, 0 insertions, 5 deletions
diff --git a/polly/lib/External/ppcg/tests/call3_opencl_functions.cl b/polly/lib/External/ppcg/tests/call3_opencl_functions.cl
deleted file mode 100644
index 35c87a705352..000000000000
--- a/polly/lib/External/ppcg/tests/call3_opencl_functions.cl
+++ /dev/null
@@ -1,5 +0,0 @@
-void copy(__global int b[100], __global int a[100])
-{
- for (int i = 0; i < 100; ++i)
- b[i] = a[i];
-}