[X86][SSE] Fix PerformSExtCombine bug that accessed the wrong return value of an...
[oota-llvm.git] / test / CodeGen / AArch64 / arm64-return-vector.ll
index 9457d8bc6d07922cbe4583e6e35188d08748f3c0..3262c91c04df8d2d6425876deef2e9a650101745 100644 (file)
@@ -6,6 +6,6 @@ define <2 x double> @test(<2 x double>* %p) nounwind {
 ; CHECK: test
 ; CHECK: ldr q0, [x0]
 ; CHECK: ret
-  %tmp1 = load <2 x double>* %p, align 16
+  %tmp1 = load <2 x double>, <2 x double>* %p, align 16
   ret <2 x double> %tmp1
 }