summaryrefslogtreecommitdiff
path: root/polly/test/ForwardOpTree/noforward_partial.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/ForwardOpTree/noforward_partial.ll')
-rw-r--r--polly/test/ForwardOpTree/noforward_partial.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/test/ForwardOpTree/noforward_partial.ll b/polly/test/ForwardOpTree/noforward_partial.ll
index 201c1c919251..127ac9ff5f14 100644
--- a/polly/test/ForwardOpTree/noforward_partial.ll
+++ b/polly/test/ForwardOpTree/noforward_partial.ll
@@ -13,7 +13,7 @@
;
declare double @f(...) #1
-define void @func(i32 %n, double* noalias nonnull %A) {
+define void @func(i32 %n, ptr noalias nonnull %A) {
entry:
br label %for
@@ -28,7 +28,7 @@ for:
br label %bodyB
bodyB:
- store double %val, double* %A
+ store double %val, ptr %A
br label %inc
inc: