summaryrefslogtreecommitdiff
path: root/polly/test/DeLICM/reduction_looprotate_undef.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/DeLICM/reduction_looprotate_undef.ll')
-rw-r--r--polly/test/DeLICM/reduction_looprotate_undef.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/polly/test/DeLICM/reduction_looprotate_undef.ll b/polly/test/DeLICM/reduction_looprotate_undef.ll
index e4e1769a315f..8c0544ed7785 100644
--- a/polly/test/DeLICM/reduction_looprotate_undef.ll
+++ b/polly/test/DeLICM/reduction_looprotate_undef.ll
@@ -9,7 +9,7 @@
; }
; }
;
-define void @func(i32* noalias nonnull %A) {
+define void @func(ptr noalias nonnull %A) {
entry:
br label %outer.preheader
@@ -46,8 +46,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 %conv, i32* %A_idx
+ %A_idx = getelementptr inbounds i32, ptr %A, i32 %j
+ store i32 %conv, ptr %A_idx
br label %outer.inc