summaryrefslogtreecommitdiffstats
path: root/polly/test/Isl/single_loop_param_less_equal.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/Isl/single_loop_param_less_equal.ll')
-rw-r--r--polly/test/Isl/single_loop_param_less_equal.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/polly/test/Isl/single_loop_param_less_equal.ll b/polly/test/Isl/single_loop_param_less_equal.ll
index a584d27ab26..0cdec02f7e4 100644
--- a/polly/test/Isl/single_loop_param_less_equal.ll
+++ b/polly/test/Isl/single_loop_param_less_equal.ll
@@ -51,8 +51,7 @@ ret:
; CODEGEN: [[PTR:%[a-zA-Z0-9_\.]+]] = getelementptr [1024 x i32], [1024 x i32]* @A, i64 0, i64 %polly.indvar
; CODEGEN: store i32 1, i32* [[PTR]]
; CODEGEN: %polly.indvar_next = add nsw i64 %polly.indvar, 1
-; CODEGEN: %polly.adjust_ub = sub i64 %n, 1
-; CODEGEN: %polly.loop_cond = icmp sle i64 %polly.indvar, %polly.adjust_ub
+; CODEGEN: %polly.loop_cond = icmp sle i64 %polly.indvar_next, %n
; CODEGEN: br i1 %polly.loop_cond, label %polly.loop_header, label %polly.loop_exit
; CODEGEN: polly.loop_preheader:
OpenPOWER on IntegriCloud