Add missing REQUIRES line

llvm-svn: 309943
This commit is contained in:
Tobias Grosser 2017-08-03 14:46:53 +00:00
parent 2ee2263640
commit c1cfe0a828
1 changed files with 2 additions and 0 deletions

View File

@ -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