diff --git a/polly/test/GPGPU/scalar-writes-in-scop-requires-abort.ll b/polly/test/GPGPU/scalar-writes-in-scop-requires-abort.ll index 1262c4d06d6f..4cb50678ad9b 100644 --- a/polly/test/GPGPU/scalar-writes-in-scop-requires-abort.ll +++ b/polly/test/GPGPU/scalar-writes-in-scop-requires-abort.ll @@ -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