summaryrefslogtreecommitdiffstats
path: root/polly/test/TempScop/intra_and_inter_bb_scalar_dep.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/TempScop/intra_and_inter_bb_scalar_dep.ll')
-rw-r--r--polly/test/TempScop/intra_and_inter_bb_scalar_dep.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/TempScop/intra_and_inter_bb_scalar_dep.ll b/polly/test/TempScop/intra_and_inter_bb_scalar_dep.ll
index 7c88c96a8e6..90c4d98c3df 100644
--- a/polly/test/TempScop/intra_and_inter_bb_scalar_dep.ll
+++ b/polly/test/TempScop/intra_and_inter_bb_scalar_dep.ll
@@ -41,7 +41,7 @@ for.j: ; preds = %for.j, %entry.next
; CHECK: Read init[0]
; CHECK: Read init_ptr[0]
; CHECK: Write A[{0,+,8}<%for.j>]
- %scevgep = getelementptr i64* %A, i64 %indvar.j
+ %scevgep = getelementptr i64, i64* %A, i64 %indvar.j
store i64 %init_sum, i64* %scevgep
%indvar.j.next = add nsw i64 %indvar.j, 1
%exitcond.j = icmp eq i64 %indvar.j.next, %N
OpenPOWER on IntegriCloud