diff options
Diffstat (limited to 'polly/test/Isl/single_loop_param_less_than.ll')
-rw-r--r-- | polly/test/Isl/single_loop_param_less_than.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/polly/test/Isl/single_loop_param_less_than.ll b/polly/test/Isl/single_loop_param_less_than.ll index 31db657df10..0a188577754 100644 --- a/polly/test/Isl/single_loop_param_less_than.ll +++ b/polly/test/Isl/single_loop_param_less_than.ll @@ -49,8 +49,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 slt i64 %polly.indvar, %polly.adjust_ub +; CODEGEN: %polly.loop_cond = icmp slt i64 %polly.indvar_next, %n ; CODEGEN: br i1 %polly.loop_cond, label %polly.loop_header, label %polly.loop_exit ; CODEGEN: polly.loop_preheader: |