[test] Fix test case without Polly-ACC.

llvm-svn: 309938
This commit is contained in:
Michael Kruse 2017-08-03 13:44:31 +00:00
parent fa4dbb6820
commit 291fd8074e
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
; RUN: opt %loadPolly -S -polly-codegen-ppcg \
; RUN: -polly-ignore-parameter-bounds \
; RUN: -polly-invariant-load-hoisting < %s| FileCheck %s -check-prefix=HOST-IR
;
; REQUIRES: pollyacc
; When we have `-polly-ignore-parameter-bounds`, `Scop::Context` does not contain
; all the parameters present in the program.