Add missing 'REQUIRES' line
authorTobias Grosser <tobias@grosser.es>
Fri, 5 Aug 2016 07:08:45 +0000 (07:08 +0000)
committerTobias Grosser <tobias@grosser.es>
Fri, 5 Aug 2016 07:08:45 +0000 (07:08 +0000)
llvm-svn: 277800

polly/test/GPGPU/cuda-annotations.ll

index 569a6c4..0adac1e 100644 (file)
@@ -2,6 +2,8 @@
 ; RUN: -disable-output < %s | \
 ; RUN: FileCheck -check-prefix=KERNEL %s
 
+; REQUIRES: pollyacc
+
 ; KERNEL: define ptx_kernel void @kernel_0(i8* %MemRef_A, i64 %n) #0 {
 
 ; KERNEL: !nvvm.annotations = !{!0}