summaryrefslogtreecommitdiff
path: root/polly/test/Support/isl-args.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/Support/isl-args.ll')
-rw-r--r--polly/test/Support/isl-args.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/polly/test/Support/isl-args.ll b/polly/test/Support/isl-args.ll
index 84207983f3a0..efa94194bc3f 100644
--- a/polly/test/Support/isl-args.ll
+++ b/polly/test/Support/isl-args.ll
@@ -10,7 +10,7 @@
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
; Any valid SCoP causing the creation of a ScopInfo object.
-define void @foo_1d(float* %A) {
+define void @foo_1d(ptr %A) {
bb:
br label %bb1
@@ -21,10 +21,10 @@ bb1: ; preds = %bb6, %bb
bb2: ; preds = %bb1
%tmp = sitofp i64 %i.0 to float
- %tmp3 = getelementptr inbounds float, float* %A, i64 %i.0
- %tmp4 = load float, float* %tmp3, align 4
+ %tmp3 = getelementptr inbounds float, ptr %A, i64 %i.0
+ %tmp4 = load float, ptr %tmp3, align 4
%tmp5 = fadd float %tmp4, %tmp
- store float %tmp5, float* %tmp3, align 4
+ store float %tmp5, ptr %tmp3, align 4
br label %bb6
bb6: ; preds = %bb2