diff options
| author | Tobias Grosser <tobias@grosser.es> | 2017-08-03 14:46:53 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2017-08-03 14:46:53 +0000 |
| commit | c1cfe0a82844c35d71f13cf8f09ddd4032dd58cd (patch) | |
| tree | 10965f33fa014a267044aeb1e2c9d085e2efee33 | |
| parent | 2ee2263640277ce2df9e84df9c3716fb4551602c (diff) | |
| download | bcm5719-llvm-c1cfe0a82844c35d71f13cf8f09ddd4032dd58cd.tar.gz bcm5719-llvm-c1cfe0a82844c35d71f13cf8f09ddd4032dd58cd.zip | |
Add missing REQUIRES line
llvm-svn: 309943
| -rw-r--r-- | polly/test/GPGPU/align-params-in-schedule.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/polly/test/GPGPU/align-params-in-schedule.ll b/polly/test/GPGPU/align-params-in-schedule.ll index 98e3eec2e3b..ad61291b2a6 100644 --- a/polly/test/GPGPU/align-params-in-schedule.ll +++ b/polly/test/GPGPU/align-params-in-schedule.ll @@ -2,6 +2,8 @@ ; RUN: -polly-invariant-load-hoisting -polly-ignore-parameter-bounds < %s | \ ; RUN: FileCheck %s +; REQUIRES: pollyacc + ; CHECK: polly_launchKernel ; Verify that this program compiles. At some point, this compilation crashed |

