diff options
| author | Tobias Grosser <tobias@grosser.es> | 2016-07-28 07:08:34 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2016-07-28 07:08:34 +0000 |
| commit | 8af38ecaa30371aa7fa049955f8fa57e55a7edac (patch) | |
| tree | eff8131a6076b6cc251371654cd308f6c9ced0ad | |
| parent | d8b94bcac1e43a3ccd9a3d94199026e7bfb921eb (diff) | |
| download | bcm5719-llvm-8af38ecaa30371aa7fa049955f8fa57e55a7edac.tar.gz bcm5719-llvm-8af38ecaa30371aa7fa049955f8fa57e55a7edac.zip | |
Add missing REQUIRES line
llvm-svn: 276964
| -rw-r--r-- | polly/test/GPGPU/parametric-loop-bound.ll | 4 |
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; |

