[Acc] Followup for r333105: Fix one additional testcase

llvm-svn: 333168
This commit is contained in:
Philip Pfaffe 2018-05-24 10:18:09 +00:00
parent db5c58ca00
commit 7cc4300dac
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@
; RUN: -polly-invariant-load-hoisting < %s | FileCheck %s -check-prefix=CODE
; RUN: opt %loadPolly -S -polly-use-llvm-names -polly-codegen-ppcg \
; RUN: -polly-invariant-load-hoisting < %s | FileCheck %s -check-prefix=HOST-IR
; RUN: -polly-invariant-load-hoisting -polly-stmt-granularity=bb < %s \
; RUN: | FileCheck %s -check-prefix=HOST-IR
; REQUIRES: pollyacc