GPGPU: add missing REQUIRES line to test case
authorTobias Grosser <tobias@grosser.es>
Sun, 18 Sep 2016 08:57:38 +0000 (08:57 +0000)
committerTobias Grosser <tobias@grosser.es>
Sun, 18 Sep 2016 08:57:38 +0000 (08:57 +0000)
llvm-svn: 281850

polly/test/GPGPU/mostly-sequential.ll

index dea4942..bb48bba 100644 (file)
@@ -4,8 +4,9 @@
 
 ; RUN: opt %loadPolly -polly-codegen-ppcg -S < %s | \
 ; RUN: FileCheck %s -check-prefix=IR
-;
-;
+
+; REQUIRES: pollyacc
+
 ;    void foo(float A[]) {
 ;      for (long i = 0; i < 128; i++)
 ;        A[i] += i;