summaryrefslogtreecommitdiff
path: root/polly/test/ScopDetect/index_from_unpredictable_loop2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/ScopDetect/index_from_unpredictable_loop2.ll')
-rw-r--r--polly/test/ScopDetect/index_from_unpredictable_loop2.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/polly/test/ScopDetect/index_from_unpredictable_loop2.ll b/polly/test/ScopDetect/index_from_unpredictable_loop2.ll
index c5c6d02adabd..9b5a3a4389d4 100644
--- a/polly/test/ScopDetect/index_from_unpredictable_loop2.ll
+++ b/polly/test/ScopDetect/index_from_unpredictable_loop2.ll
@@ -12,7 +12,7 @@
; %arrayidx101 that depends on that exit value cannot be affine.
; Derived from test-suite/MultiSource/Benchmarks/BitBench/uuencode/uuencode.c
-define void @encode_line(i8* nocapture readonly %input, i32 %octets, i64 %p, i32 %n) {
+define void @encode_line(ptr nocapture readonly %input, i32 %octets, i64 %p, i32 %n) {
entry:
br label %outer.for
@@ -34,8 +34,8 @@ if.else:
if.then84:
%0 = add nsw i64 %indvars.iv, 1
- %arrayidx101 = getelementptr inbounds i8, i8* %input, i64 %0
- store i8 42, i8* %arrayidx101, align 1
+ %arrayidx101 = getelementptr inbounds i8, ptr %input, i64 %0
+ store i8 42, ptr %arrayidx101, align 1
br label %for.end
for.inc: