summaryrefslogtreecommitdiff
path: root/polly/test/DeLICM/skip_notinloop.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/DeLICM/skip_notinloop.ll')
-rw-r--r--polly/test/DeLICM/skip_notinloop.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/test/DeLICM/skip_notinloop.ll b/polly/test/DeLICM/skip_notinloop.ll
index d9bd2f5049da..0730a3a9a4f5 100644
--- a/polly/test/DeLICM/skip_notinloop.ll
+++ b/polly/test/DeLICM/skip_notinloop.ll
@@ -7,7 +7,7 @@
; A[0] = phi;
; }
;
-define void @func(double* noalias nonnull %A) {
+define void @func(ptr noalias nonnull %A) {
entry:
br label %reduction.preheader
@@ -33,7 +33,7 @@ entry:
br label %reduction.for
reduction.exit:
- store double %phi, double* %A
+ store double %phi, ptr %A
br label %return