summaryrefslogtreecommitdiffstats
path: root/polly/test/Isl/CodeGen/simple_loop_non_single_exit.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/Isl/CodeGen/simple_loop_non_single_exit.ll')
-rw-r--r--polly/test/Isl/CodeGen/simple_loop_non_single_exit.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/test/Isl/CodeGen/simple_loop_non_single_exit.ll b/polly/test/Isl/CodeGen/simple_loop_non_single_exit.ll
index ab4c2b9cbe7..9cf9fd18ebd 100644
--- a/polly/test/Isl/CodeGen/simple_loop_non_single_exit.ll
+++ b/polly/test/Isl/CodeGen/simple_loop_non_single_exit.ll
@@ -1,5 +1,5 @@
-; RUN: opt %loadPolly -polly-codegen-isl -analyze < %s | FileCheck %s
-; RUN: opt %loadPolly -polly-codegen-isl -S < %s | FileCheck %s -check-prefix=CHECK-CODE
+; RUN: opt %loadPolly -polly-no-early-exit -polly-codegen-isl -analyze < %s | FileCheck %s
+; RUN: opt %loadPolly -polly-no-early-exit -polly-codegen-isl -S < %s | FileCheck %s -check-prefix=CHECK-CODE
; void f(long A[], long N) {
; long i;
OpenPOWER on IntegriCloud