summaryrefslogtreecommitdiffstats
path: root/polly/test/TempScop/inter_bb_scalar_dep.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/TempScop/inter_bb_scalar_dep.ll')
-rw-r--r--polly/test/TempScop/inter_bb_scalar_dep.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/TempScop/inter_bb_scalar_dep.ll b/polly/test/TempScop/inter_bb_scalar_dep.ll
index 7ec6ee9d460..f945661efcf 100644
--- a/polly/test/TempScop/inter_bb_scalar_dep.ll
+++ b/polly/test/TempScop/inter_bb_scalar_dep.ll
@@ -37,7 +37,7 @@ for.j: ; preds = %for.j, %entry.next
%init_plus_two = add i64 %init, 2
; CHECK: Read init[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_plus_two, i64* %scevgep
%indvar.j.next = add nsw i64 %indvar.j, 1
%exitcond.j = icmp eq i64 %indvar.j.next, %N
OpenPOWER on IntegriCloud