summaryrefslogtreecommitdiff
path: root/polly/test/ScopInfo/nested-loops.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/ScopInfo/nested-loops.ll')
-rw-r--r--polly/test/ScopInfo/nested-loops.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/polly/test/ScopInfo/nested-loops.ll b/polly/test/ScopInfo/nested-loops.ll
index 42032d985c39..ed814f826829 100644
--- a/polly/test/ScopInfo/nested-loops.ll
+++ b/polly/test/ScopInfo/nested-loops.ll
@@ -2,7 +2,7 @@
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"
-define void @f(i64* nocapture %a) nounwind {
+define void @f(ptr nocapture %a) nounwind {
entry:
br label %for.i
@@ -19,8 +19,8 @@ for.j:
br i1 %exitcond.j, label %body, label %for.i
body:
- %scevgep = getelementptr i64, i64* %a, i64 %j
- store i64 %j, i64* %scevgep
+ %scevgep = getelementptr i64, ptr %a, i64 %j
+ store i64 %j, ptr %scevgep
br label %for.j
return: