diff options
Diffstat (limited to 'polly/test/ScopInfo/reduction_alternating_base.ll')
-rw-r--r-- | polly/test/ScopInfo/reduction_alternating_base.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/ScopInfo/reduction_alternating_base.ll b/polly/test/ScopInfo/reduction_alternating_base.ll index 597d691f901..2bb5add0f12 100644 --- a/polly/test/ScopInfo/reduction_alternating_base.ll +++ b/polly/test/ScopInfo/reduction_alternating_base.ll @@ -23,7 +23,7 @@ for.cond: ; preds = %for.inc, %entry for.body: ; preds = %for.cond %rem = srem i32 %i.0, 2 - %arrayidx = getelementptr inbounds i32* %A, i32 %rem + %arrayidx = getelementptr inbounds i32, i32* %A, i32 %rem %tmp = load i32* %arrayidx, align 4 %add = add nsw i32 %tmp, %i.0 store i32 %add, i32* %arrayidx, align 4 |