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/LoopVectorize/loop-form.ll | |
parent | f03b5bed27d0d2eafd68562ce14f8b5e3f1f0801 (diff) |
Diffstat (limited to 'test/Transforms/LoopVectorize/loop-form.ll')
-rw-r--r-- | test/Transforms/LoopVectorize/loop-form.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopVectorize/loop-form.ll b/test/Transforms/LoopVectorize/loop-form.ll index 138df1d96138..3bbe8100e34e 100644 --- a/test/Transforms/LoopVectorize/loop-form.ll +++ b/test/Transforms/LoopVectorize/loop-form.ll @@ -21,7 +21,7 @@ for.cond: for.body: %iprom = sext i32 %i to i64 - %b = getelementptr inbounds %struct.X* undef, i64 %iprom, i32 1 + %b = getelementptr inbounds %struct.X, %struct.X* undef, i64 %iprom, i32 1 store i16 0, i16* %b, align 4 %inc = add nsw i32 %i, 1 br label %for.cond |