summaryrefslogtreecommitdiffstats
path: root/polly/test/Isl/Ast/run-time-condition.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/Isl/Ast/run-time-condition.ll')
-rw-r--r--polly/test/Isl/Ast/run-time-condition.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/test/Isl/Ast/run-time-condition.ll b/polly/test/Isl/Ast/run-time-condition.ll
index 8c7dbf813fc..36bc820b20a 100644
--- a/polly/test/Isl/Ast/run-time-condition.ll
+++ b/polly/test/Isl/Ast/run-time-condition.ll
@@ -16,10 +16,10 @@ for.cond: ; preds = %for.body, %entry
br i1 %cmp, label %for.body, label %for.end
for.body: ; preds = %for.cond
- %arrayidx = getelementptr inbounds i16* %B, i64 0
+ %arrayidx = getelementptr inbounds i16, i16* %B, i64 0
%load = load i16* %arrayidx
%add10 = add nsw i16 %load, 1
- %arrayidx13 = getelementptr inbounds i16* %A, i64 %indvar
+ %arrayidx13 = getelementptr inbounds i16, i16* %A, i64 %indvar
store i16 %add10, i16* %arrayidx13, align 2
%inc = add nsw i64 %indvar, 1
br label %for.cond
OpenPOWER on IntegriCloud