summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--polly/test/Isl/CodeGen/hoisted_load_escapes_through_phi.ll3
1 files changed, 2 insertions, 1 deletions
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 618de61e7a7..038919f985e 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).
OpenPOWER on IntegriCloud