summaryrefslogtreecommitdiff
path: root/polly/test/DeLICM/reduction_looprotate_synthesizable.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/DeLICM/reduction_looprotate_synthesizable.ll')
-rw-r--r--polly/test/DeLICM/reduction_looprotate_synthesizable.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/polly/test/DeLICM/reduction_looprotate_synthesizable.ll b/polly/test/DeLICM/reduction_looprotate_synthesizable.ll
index 2560cde7524c..3d486910c861 100644
--- a/polly/test/DeLICM/reduction_looprotate_synthesizable.ll
+++ b/polly/test/DeLICM/reduction_looprotate_synthesizable.ll
@@ -9,7 +9,7 @@
; }
; }
;
-define void @func(i32* noalias nonnull %A) {
+define void @func(ptr noalias nonnull %A) {
entry:
br label %outer.preheader
@@ -44,8 +44,8 @@ outer.for:
br i1 %i.cmp, label %reduction.for, label %reduction.exit
reduction.exit:
- %A_idx = getelementptr inbounds i32, i32* %A, i32 %j
- store i32 %mul, i32* %A_idx
+ %A_idx = getelementptr inbounds i32, ptr %A, i32 %j
+ store i32 %mul, ptr %A_idx
br label %outer.inc