summaryrefslogtreecommitdiff
path: root/polly/test/IstAstInfo/domain_bounded_only_with_context.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/IstAstInfo/domain_bounded_only_with_context.ll')
-rw-r--r--polly/test/IstAstInfo/domain_bounded_only_with_context.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/polly/test/IstAstInfo/domain_bounded_only_with_context.ll b/polly/test/IstAstInfo/domain_bounded_only_with_context.ll
index 636149b4a78c..32cebd7a3a8b 100644
--- a/polly/test/IstAstInfo/domain_bounded_only_with_context.ll
+++ b/polly/test/IstAstInfo/domain_bounded_only_with_context.ll
@@ -15,7 +15,7 @@
target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64"
-define void @zot(float* %A, i32 %arg) {
+define void @zot(ptr %A, i32 %arg) {
bb:
%p = ashr i32 %arg, 25
%tmpEven = shl nsw i32 %p, 1
@@ -28,18 +28,18 @@ cond:
br i1 %br.cmp, label %side, label %preheader
preheader:
- store float 1.0, float* %A
+ store float 1.0, ptr %A
br label %loop
loop:
%indvar = phi i32 [ %indvar.next, %loop ], [ 1, %preheader ]
- store float 1.0, float* %A
+ store float 1.0, ptr %A
%indvar.next = add nuw nsw i32 %indvar, 1
%cmp = icmp eq i32 %indvar, %tmp3
br i1 %cmp, label %exit, label %loop
side:
- store float 1.0, float* %A
+ store float 1.0, ptr %A
br label %ret
exit: