summaryrefslogtreecommitdiffstats
path: root/polly/test/ScopInfo/user_provided_non_dominating_assumptions.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/ScopInfo/user_provided_non_dominating_assumptions.ll')
-rw-r--r--polly/test/ScopInfo/user_provided_non_dominating_assumptions.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/polly/test/ScopInfo/user_provided_non_dominating_assumptions.ll b/polly/test/ScopInfo/user_provided_non_dominating_assumptions.ll
index 6e10313ce6b..e566251b762 100644
--- a/polly/test/ScopInfo/user_provided_non_dominating_assumptions.ll
+++ b/polly/test/ScopInfo/user_provided_non_dominating_assumptions.ll
@@ -1,7 +1,6 @@
; RUN: opt %loadPolly -pass-remarks-analysis="polly-scops" -polly-scops -disable-output < %s 2>&1 | FileCheck %s
;
; CHECK: remark: <unknown>:0:0: SCoP begins here.
-; CHECK-NEXT: remark: <unknown>:0:0: Signed-unsigned restriction: [i, N, M] -> { : N >= i and M < 0 }
; CHECK-NEXT: remark: <unknown>:0:0: Inbounds assumption: [i, N, M] -> { : N <= i or (N > i and M <= 100) }
; CHECK-NEXT: remark: <unknown>:0:0: SCoP ends here.
;
OpenPOWER on IntegriCloud