summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--polly/test/GPGPU/parametric-loop-bound.ll4
1 files changed, 3 insertions, 1 deletions
diff --git a/polly/test/GPGPU/parametric-loop-bound.ll b/polly/test/GPGPU/parametric-loop-bound.ll
index 6ea4951f9b5..97e7bdd4029 100644
--- a/polly/test/GPGPU/parametric-loop-bound.ll
+++ b/polly/test/GPGPU/parametric-loop-bound.ll
@@ -5,7 +5,9 @@
; RUN: opt %loadPolly -polly-codegen-ppcg \
; RUN: -S < %s | \
; RUN: FileCheck -check-prefix=IR %s
-;
+
+; REQUIRES: pollyacc
+
; void foo(long A[], long n) {
; for (long i = 0; i < n; i++)
; A[i] += 100;
OpenPOWER on IntegriCloud