summaryrefslogtreecommitdiffstats
path: root/polly/test/ScopInfo/multidim_only_ivs_3d_cast.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/ScopInfo/multidim_only_ivs_3d_cast.ll')
-rw-r--r--polly/test/ScopInfo/multidim_only_ivs_3d_cast.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/ScopInfo/multidim_only_ivs_3d_cast.ll b/polly/test/ScopInfo/multidim_only_ivs_3d_cast.ll
index fbe722e7361..8960cabf4f8 100644
--- a/polly/test/ScopInfo/multidim_only_ivs_3d_cast.ll
+++ b/polly/test/ScopInfo/multidim_only_ivs_3d_cast.ll
@@ -11,7 +11,7 @@
; CHECK: Assumed Context:
; CHECK-NEXT: [o, m, n] -> { : }
; CHECK-NEXT: Invalid Context:
-; CHECK-NEXT: [o, m, n] -> { : o < 0 or m < 0 or (o >= 0 and m >= 0 and n <= 0) or (m = 0 and o >= 0 and n > 0) or (o = 0 and m > 0 and n > 0) }
+; CHECK-NEXT: [o, m, n] -> { : o < 0 or (o >= 0 and m < 0) or (o >= 0 and m >= 0 and n <= 0) or (m = 0 and o >= 0 and n > 0) or (o = 0 and m > 0 and n > 0) }
;
; CHECK: p0: %o
OpenPOWER on IntegriCloud