summaryrefslogtreecommitdiff
path: root/polly/test/ForwardOpTree/forward_synthesizable_useinloop.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/ForwardOpTree/forward_synthesizable_useinloop.ll')
-rw-r--r--polly/test/ForwardOpTree/forward_synthesizable_useinloop.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/polly/test/ForwardOpTree/forward_synthesizable_useinloop.ll b/polly/test/ForwardOpTree/forward_synthesizable_useinloop.ll
index 587d316277c3..bb1760ae0ffb 100644
--- a/polly/test/ForwardOpTree/forward_synthesizable_useinloop.ll
+++ b/polly/test/ForwardOpTree/forward_synthesizable_useinloop.ll
@@ -13,7 +13,7 @@
; }
; }
;
-define void @func(i32 %n, double* noalias nonnull %A) {
+define void @func(i32 %n, ptr noalias nonnull %A) {
entry:
br label %for
@@ -34,7 +34,7 @@ for:
bodyB:
- store double %val, double* %A
+ store double %val, ptr %A
br label %inner.inc
@@ -75,6 +75,6 @@ return:
; CHECK-NEXT: [n] -> { Stmt_bodyB[i0, i1] -> MemRef_A[0] };
; CHECK-NEXT: Instructions {
; CHECK-NEXT: %val = sitofp i32 %j to double
-; CHECK-NEXT: store double %val, double* %A, align 8
+; CHECK-NEXT: store double %val, ptr %A, align 8
; CHECK-NEXT: }
; CHECK-NEXT: }