summaryrefslogtreecommitdiff
path: root/polly/test/GPGPU/Inputs/libdevice-functions-copied-into-kernel_libdevice.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/GPGPU/Inputs/libdevice-functions-copied-into-kernel_libdevice.ll')
-rw-r--r--polly/test/GPGPU/Inputs/libdevice-functions-copied-into-kernel_libdevice.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/polly/test/GPGPU/Inputs/libdevice-functions-copied-into-kernel_libdevice.ll b/polly/test/GPGPU/Inputs/libdevice-functions-copied-into-kernel_libdevice.ll
deleted file mode 100644
index 3f4c4a0aa610..000000000000
--- a/polly/test/GPGPU/Inputs/libdevice-functions-copied-into-kernel_libdevice.ll
+++ /dev/null
@@ -1,9 +0,0 @@
-define float @__nv_expf(float %a) {
- ret float %a
-}
-define float @__nv_cosf(float %a) {
- ret float %a
-}
-define float @__nv_logf(float %a) {
- ret float %a
-}