diff options
Diffstat (limited to 'test/CodeGen/AArch64/arm64-indexed-vector-ldst-2.ll')
-rw-r--r-- | test/CodeGen/AArch64/arm64-indexed-vector-ldst-2.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/AArch64/arm64-indexed-vector-ldst-2.ll b/test/CodeGen/AArch64/arm64-indexed-vector-ldst-2.ll index 917911a..14beb1a 100644 --- a/test/CodeGen/AArch64/arm64-indexed-vector-ldst-2.ll +++ b/test/CodeGen/AArch64/arm64-indexed-vector-ldst-2.ll @@ -9,9 +9,9 @@ target triple = "arm64-apple-ios7.0.0" ; Function Attrs: nounwind ssp define void @f(double* %P1) #0 { entry: - %arrayidx4 = getelementptr inbounds double* %P1, i64 1 - %0 = load double* %arrayidx4, align 8, !tbaa !1 - %1 = load double* %P1, align 8, !tbaa !1 + %arrayidx4 = getelementptr inbounds double, double* %P1, i64 1 + %0 = load double, double* %arrayidx4, align 8, !tbaa !1 + %1 = load double, double* %P1, align 8, !tbaa !1 %2 = insertelement <2 x double> undef, double %0, i32 0 %3 = insertelement <2 x double> %2, double %1, i32 1 %4 = fsub <2 x double> zeroinitializer, %3 |