summaryrefslogtreecommitdiff
path: root/polly/test/DeLICM/reduction_looprotate_gvnpre_cond1.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/DeLICM/reduction_looprotate_gvnpre_cond1.ll')
-rw-r--r--polly/test/DeLICM/reduction_looprotate_gvnpre_cond1.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/polly/test/DeLICM/reduction_looprotate_gvnpre_cond1.ll b/polly/test/DeLICM/reduction_looprotate_gvnpre_cond1.ll
index c43900e0f817..b5bc0d589c65 100644
--- a/polly/test/DeLICM/reduction_looprotate_gvnpre_cond1.ll
+++ b/polly/test/DeLICM/reduction_looprotate_gvnpre_cond1.ll
@@ -13,7 +13,7 @@
; }
; }
;
-define void @func(double* noalias nonnull %A) {
+define void @func(ptr noalias nonnull %A) {
entry:
br label %outer.preheader
@@ -46,8 +46,8 @@ outer.for:
body_join:
%join = phi double [%phi, %body], [%add, %body_true]
- %A_idx = getelementptr inbounds double, double* %A, i32 %j
- store double %join, double* %A_idx
+ %A_idx = getelementptr inbounds double, ptr %A, i32 %j
+ store double %join, ptr %A_idx
br label %reduction.inc