diff --git a/polly/test/Isl/CodeGen/hoisted_load_escapes_through_phi.ll b/polly/test/Isl/CodeGen/hoisted_load_escapes_through_phi.ll index 618de61e7a7d..038919f985e8 100644 --- a/polly/test/Isl/CodeGen/hoisted_load_escapes_through_phi.ll +++ b/polly/test/Isl/CodeGen/hoisted_load_escapes_through_phi.ll @@ -1,4 +1,5 @@ -; RUN: opt %loadPolly -S -polly-codegen < %s | FileCheck %s +; RUN: opt %loadPolly -S -polly-codegen \ +; RUN: -polly-invariant-load-hoisting < %s | FileCheck %s ; ; Check that we generate valid code even if the load of cont_STACKPOINTER is ; hoisted in one SCoP and used (through the phi node %tmp2).