summaryrefslogtreecommitdiff
path: root/polly/test/DependenceInfo/reduction_simple_privatization_deps_2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/DependenceInfo/reduction_simple_privatization_deps_2.ll')
-rw-r--r--polly/test/DependenceInfo/reduction_simple_privatization_deps_2.ll14
1 files changed, 7 insertions, 7 deletions
diff --git a/polly/test/DependenceInfo/reduction_simple_privatization_deps_2.ll b/polly/test/DependenceInfo/reduction_simple_privatization_deps_2.ll
index 042ec435f269..b61fd8453a8c 100644
--- a/polly/test/DependenceInfo/reduction_simple_privatization_deps_2.ll
+++ b/polly/test/DependenceInfo/reduction_simple_privatization_deps_2.ll
@@ -20,7 +20,7 @@
;
target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-n32-S64"
-define void @f(i32* %sum) {
+define void @f(ptr %sum) {
entry:
br label %for.cond
@@ -33,9 +33,9 @@ for.body: ; preds = %for.cond
br label %S0
S0: ; preds = %for.body
- %tmp = load i32, i32* %sum, align 4
+ %tmp = load i32, ptr %sum, align 4
%mul = mul nsw i32 %tmp, 42
- store i32 %mul, i32* %sum, align 4
+ store i32 %mul, ptr %sum, align 4
br label %for.cond1
for.cond1: ; preds = %for.inc, %S0
@@ -48,9 +48,9 @@ for.body3: ; preds = %for.cond1
S1: ; preds = %for.body3
%mul4 = mul nsw i32 %i.0, %j.0
- %tmp2 = load i32, i32* %sum, align 4
+ %tmp2 = load i32, ptr %sum, align 4
%add = add nsw i32 %tmp2, %mul4
- store i32 %add, i32* %sum, align 4
+ store i32 %add, ptr %sum, align 4
br label %for.inc
for.inc: ; preds = %S1
@@ -61,9 +61,9 @@ for.end: ; preds = %for.cond1
br label %S2
S2: ; preds = %for.end
- %tmp3 = load i32, i32* %sum, align 4
+ %tmp3 = load i32, ptr %sum, align 4
%mul5 = mul nsw i32 %tmp3, 7
- store i32 %mul5, i32* %sum, align 4
+ store i32 %mul5, ptr %sum, align 4
br label %for.inc6
for.inc6: ; preds = %S2