diff options
| author | Tobias Grosser <tobias@grosser.es> | 2016-08-05 07:08:45 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2016-08-05 07:08:45 +0000 |
| commit | 470608e3e48af598513f36107e36a555a1966e75 (patch) | |
| tree | ba50b080bf021ac545cf11466e2f11664abdf593 | |
| parent | c1c6a2a61b42680ea92dbdf15c616688874be188 (diff) | |
| download | bcm5719-llvm-470608e3e48af598513f36107e36a555a1966e75.tar.gz bcm5719-llvm-470608e3e48af598513f36107e36a555a1966e75.zip | |
Add missing 'REQUIRES' line
llvm-svn: 277800
| -rw-r--r-- | polly/test/GPGPU/cuda-annotations.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/polly/test/GPGPU/cuda-annotations.ll b/polly/test/GPGPU/cuda-annotations.ll index 569a6c41576..0adac1e000a 100644 --- a/polly/test/GPGPU/cuda-annotations.ll +++ b/polly/test/GPGPU/cuda-annotations.ll @@ -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} |

