diff options
| -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 |

