summaryrefslogtreecommitdiff
path: root/polly/test/CodeGen/alignment.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/CodeGen/alignment.ll')
-rw-r--r--polly/test/CodeGen/alignment.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/polly/test/CodeGen/alignment.ll b/polly/test/CodeGen/alignment.ll
index 5a54fffe06bc..a94b1f7e2883 100644
--- a/polly/test/CodeGen/alignment.ll
+++ b/polly/test/CodeGen/alignment.ll
@@ -12,7 +12,7 @@
;
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
-define void @jd(i32* %A) {
+define void @jd(ptr %A) {
entry:
br label %for.cond
@@ -22,9 +22,9 @@ for.cond: ; preds = %for.inc, %entry
br i1 %cmp, label %for.body, label %for.end
for.body: ; preds = %for.cond
- %arrayidx = getelementptr inbounds i32, i32* %A, i64 %indvars.iv
+ %arrayidx = getelementptr inbounds i32, ptr %A, i64 %indvars.iv
%tmp = trunc i64 %indvars.iv to i32
- store i32 %tmp, i32* %arrayidx, align 8
+ store i32 %tmp, ptr %arrayidx, align 8
br label %for.inc
for.inc: ; preds = %for.body