diff options
Diffstat (limited to 'test/Transforms/LoopStrengthReduce/X86/no_superflous_induction_vars.ll')
-rw-r--r-- | test/Transforms/LoopStrengthReduce/X86/no_superflous_induction_vars.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/LoopStrengthReduce/X86/no_superflous_induction_vars.ll b/test/Transforms/LoopStrengthReduce/X86/no_superflous_induction_vars.ll index 5506994..a6613c5 100644 --- a/test/Transforms/LoopStrengthReduce/X86/no_superflous_induction_vars.ll +++ b/test/Transforms/LoopStrengthReduce/X86/no_superflous_induction_vars.ll @@ -38,9 +38,9 @@ for.body14.lr.ph: vector.body: %index = phi i64 [ %index.next, %vector.body ], [ %0, %for.body14.lr.ph ] - %4 = getelementptr inbounds i8* %rowsptr, i64 %index + %4 = getelementptr inbounds i8, i8* %rowsptr, i64 %index %5 = bitcast i8* %4 to <4 x i8>* - %wide.load = load <4 x i8>* %5, align 1 + %wide.load = load <4 x i8>, <4 x i8>* %5, align 1 %index.next = add i64 %index, 8 %6 = icmp eq i64 %index.next, %end.idx.rnd.down br i1 %6, label %for.end24, label %vector.body |