summaryrefslogtreecommitdiff
path: root/polly
diff options
context:
space:
mode:
authorPhilip Pfaffe <philip.pfaffe@gmail.com>2018-07-02 08:36:49 +0000
committerPhilip Pfaffe <philip.pfaffe@gmail.com>2018-07-02 08:36:49 +0000
commitff182be7deff78390e8d187220027a67a046fef4 (patch)
tree0545a5cdc3294af149214a5df6c5cccc8502ff5a /polly
parent7974ad4bf8a82e6a19524699c511054bcfafdd37 (diff)
Fix for r336080: Missing colon in REQUIRES line
Diffstat (limited to 'polly')
-rw-r--r--polly/test/GPGPU/spir-typesize.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/GPGPU/spir-typesize.ll b/polly/test/GPGPU/spir-typesize.ll
index 188c4ddfe1a..dae75ad74b4 100644
--- a/polly/test/GPGPU/spir-typesize.ll
+++ b/polly/test/GPGPU/spir-typesize.ll
@@ -8,7 +8,7 @@
; RUN: -polly-acc-dump-kernel-ir -polly-process-unprofitable -disable-output < %s | \
; RUN: FileCheck -check-prefix=I32 %s
-; REQUIRES pollyacc
+; REQUIRES: pollyacc
; This test case checks whether the openCl runtime functions (get_local_id/get_group_id) return the right types for 32 and 64bit devices.