diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2015-05-27 18:44:32 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2015-05-27 18:44:32 +0000 |
commit | 5a5ac124e1efaf208671f01c46edb15f29ed2a0b (patch) | |
tree | a6140557876943cdd800ee997c9317283394b22c /test/Transforms/LoopStrengthReduce/preserve-gep-loop-variant.ll | |
parent | f03b5bed27d0d2eafd68562ce14f8b5e3f1f0801 (diff) |
Diffstat (limited to 'test/Transforms/LoopStrengthReduce/preserve-gep-loop-variant.ll')
-rw-r--r-- | test/Transforms/LoopStrengthReduce/preserve-gep-loop-variant.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopStrengthReduce/preserve-gep-loop-variant.ll b/test/Transforms/LoopStrengthReduce/preserve-gep-loop-variant.ll index f90d03080056..2b9920c566b2 100644 --- a/test/Transforms/LoopStrengthReduce/preserve-gep-loop-variant.ll +++ b/test/Transforms/LoopStrengthReduce/preserve-gep-loop-variant.ll @@ -28,7 +28,7 @@ for.body: %conv3 = sext i8 %conv to i64 %add = add nsw i64 %call, %storemerge1 %add4 = add nsw i64 %add, %conv3 - %arrayidx = getelementptr inbounds i8* %p, i64 %add4 + %arrayidx = getelementptr inbounds i8, i8* %p, i64 %add4 store i8 0, i8* %arrayidx %inc = add nsw i64 %storemerge1, 1 br label %for.cond |