summaryrefslogtreecommitdiff
path: root/polly/test/DeLICM/reduction_looprotate_gvnpre_cond2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/DeLICM/reduction_looprotate_gvnpre_cond2.ll')
-rw-r--r--polly/test/DeLICM/reduction_looprotate_gvnpre_cond2.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/polly/test/DeLICM/reduction_looprotate_gvnpre_cond2.ll b/polly/test/DeLICM/reduction_looprotate_gvnpre_cond2.ll
index e91b0994c0b6..e995be1143a6 100644
--- a/polly/test/DeLICM/reduction_looprotate_gvnpre_cond2.ll
+++ b/polly/test/DeLICM/reduction_looprotate_gvnpre_cond2.ll
@@ -16,7 +16,7 @@
; }
; }
;
-define void @func(double* noalias nonnull %A) {
+define void @func(ptr noalias nonnull %A) {
entry:
br label %outer.preheader
@@ -30,8 +30,8 @@ outer.for:
reduction.preheader:
- %A_idx = getelementptr inbounds double, double* %A, i32 %j
- %init = load double, double* %A_idx
+ %A_idx = getelementptr inbounds double, ptr %A, i32 %j
+ %init = load double, ptr %A_idx
br label %reduction.for
reduction.for:
@@ -47,7 +47,7 @@ outer.for:
body_true:
%add = fadd double %phi, 4.2
- store double %add, double* %A_idx
+ store double %add, ptr %A_idx
br label %body_join
body_join: