summaryrefslogtreecommitdiffstats
path: root/polly/test/Isl/CodeGen/scalar-references-used-in-scop-compute.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/Isl/CodeGen/scalar-references-used-in-scop-compute.ll')
-rw-r--r--polly/test/Isl/CodeGen/scalar-references-used-in-scop-compute.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/test/Isl/CodeGen/scalar-references-used-in-scop-compute.ll b/polly/test/Isl/CodeGen/scalar-references-used-in-scop-compute.ll
index f2bf15fc5cd..b642b4dec7e 100644
--- a/polly/test/Isl/CodeGen/scalar-references-used-in-scop-compute.ll
+++ b/polly/test/Isl/CodeGen/scalar-references-used-in-scop-compute.ll
@@ -17,7 +17,7 @@ entry:
for.body:
%indvar = phi i64 [ %indvar.next, %for.body ], [ 0, %entry ]
%mul104 = fmul float 1.0, %sqrinv
- %rp107 = getelementptr float* %A, i64 %indvar
+ %rp107 = getelementptr float, float* %A, i64 %indvar
store float %mul104, float* %rp107, align 4
%indvar.next = add nsw i64 %indvar, 1
%cmp = icmp slt i64 1024, %indvar.next
@@ -38,7 +38,7 @@ entry:
for.body:
%indvar = phi i64 [ %indvar.next, %for.body ], [ 0, %entry ]
%mul104 = fmul float 1.0, %sqrinv
- %rp107 = getelementptr float* %A, i64 %indvar
+ %rp107 = getelementptr float, float* %A, i64 %indvar
store float %mul104, float* %rp107, align 4
%indvar.next = add nsw i64 %indvar, 1
%cmp = icmp slt i64 1024, %indvar.next
OpenPOWER on IntegriCloud