test: Add missing 'REQUIRES' line
authorTobias Grosser <tobias@grosser.es>
Tue, 19 Jul 2016 07:39:54 +0000 (07:39 +0000)
committerTobias Grosser <tobias@grosser.es>
Tue, 19 Jul 2016 07:39:54 +0000 (07:39 +0000)
llvm-svn: 275960

polly/test/GPGPU/kernel-params-only-some-arrays.ll

index 206f72d..b7eafb7 100644 (file)
@@ -2,6 +2,8 @@
 ; RUN: -disable-output < %s | \
 ; RUN: FileCheck -check-prefix=KERNEL %s
 ;
+; REQUIRES: pollyacc
+;
 ;    void kernel_params_only_some_arrays(float A[], float B[]) {
 ;      for (long i = 0; i < 32; i++)
 ;        A[i] += 42;