summaryrefslogtreecommitdiff
path: root/polly/lib/External/ppcg/tests/call2_opencl_functions.cl
diff options
context:
space:
mode:
Diffstat (limited to 'polly/lib/External/ppcg/tests/call2_opencl_functions.cl')
-rw-r--r--polly/lib/External/ppcg/tests/call2_opencl_functions.cl4
1 files changed, 0 insertions, 4 deletions
diff --git a/polly/lib/External/ppcg/tests/call2_opencl_functions.cl b/polly/lib/External/ppcg/tests/call2_opencl_functions.cl
deleted file mode 100644
index 6f72aea34e87..000000000000
--- a/polly/lib/External/ppcg/tests/call2_opencl_functions.cl
+++ /dev/null
@@ -1,4 +0,0 @@
-void copy(__global int b[1000], __global int a[1000], int pos)
-{
- b[pos] = a[pos];
-}