summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/arm64-complex-ret.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/AArch64/arm64-complex-ret.ll')
-rw-r--r--llvm/test/CodeGen/AArch64/arm64-complex-ret.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AArch64/arm64-complex-ret.ll b/llvm/test/CodeGen/AArch64/arm64-complex-ret.ll
index b4a38544ca1..250edac553c 100644
--- a/llvm/test/CodeGen/AArch64/arm64-complex-ret.ll
+++ b/llvm/test/CodeGen/AArch64/arm64-complex-ret.ll
@@ -2,7 +2,6 @@
define { i192, i192, i21, i192 } @foo(i192) {
; CHECK-LABEL: foo:
-; CHECK-DAG: str xzr, [x8, #16]
-; CHECK-DAG: str q0, [x8]
+; CHECK: stp xzr, xzr, [x8]
ret { i192, i192, i21, i192 } {i192 0, i192 1, i21 2, i192 3}
}
OpenPOWER on IntegriCloud