summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2016-07-28 07:08:34 +0000
committerTobias Grosser <tobias@grosser.es>2016-07-28 07:08:34 +0000
commit8af38ecaa30371aa7fa049955f8fa57e55a7edac (patch)
treeeff8131a6076b6cc251371654cd308f6c9ced0ad
parentd8b94bcac1e43a3ccd9a3d94199026e7bfb921eb (diff)
downloadbcm5719-llvm-8af38ecaa30371aa7fa049955f8fa57e55a7edac.tar.gz
bcm5719-llvm-8af38ecaa30371aa7fa049955f8fa57e55a7edac.zip
Add missing REQUIRES line
llvm-svn: 276964
-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