summaryrefslogtreecommitdiff
path: root/polly/test/ScopInfo/unsigned-condition.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/ScopInfo/unsigned-condition.ll')
-rw-r--r--polly/test/ScopInfo/unsigned-condition.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/polly/test/ScopInfo/unsigned-condition.ll b/polly/test/ScopInfo/unsigned-condition.ll
index ecf5f55961e4..35673d1b6a36 100644
--- a/polly/test/ScopInfo/unsigned-condition.ll
+++ b/polly/test/ScopInfo/unsigned-condition.ll
@@ -20,7 +20,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, i64 %N, i64 %P) nounwind {
+define void @f(ptr nocapture %a, i64 %N, i64 %P) nounwind {
entry:
br label %bb
@@ -30,8 +30,8 @@ bb:
br i1 %brcond, label %store, label %bb.backedge
store:
- %scevgep = getelementptr inbounds i64, i64* %a, i64 %i
- store i64 %i, i64* %scevgep
+ %scevgep = getelementptr inbounds i64, ptr %a, i64 %i
+ store i64 %i, ptr %scevgep
br label %bb.backedge
bb.backedge: