summaryrefslogtreecommitdiffstats
path: root/polly/test/ScopInfo/loop-multiexit-succ-cond.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/ScopInfo/loop-multiexit-succ-cond.ll')
-rw-r--r--polly/test/ScopInfo/loop-multiexit-succ-cond.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/ScopInfo/loop-multiexit-succ-cond.ll b/polly/test/ScopInfo/loop-multiexit-succ-cond.ll
index d8fbb2d9adf..368226ff244 100644
--- a/polly/test/ScopInfo/loop-multiexit-succ-cond.ll
+++ b/polly/test/ScopInfo/loop-multiexit-succ-cond.ll
@@ -6,7 +6,7 @@
; CHECK: Assumed Context:
; CHECK-NEXT: [count1, dobreak, count2] -> { : }
; CHECK-NEXT: Invalid Context:
-; CHECK-NEXT: [count1, dobreak, count2] -> { : count1 <= 0 or (count1 > 0 and dobreak > 0) or (count1 > 0 and dobreak <= 0 and count2 > 0) }
+; CHECK-NEXT: [count1, dobreak, count2] -> { : (count1 > 0 and dobreak > 0) or count1 <= 0 or (count1 > 0 and dobreak <= 0 and count2 > 0) }
;
; CHECK: Stmt_loop_enter
; CHECK-NEXT: Domain :=
OpenPOWER on IntegriCloud