aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/arm64-complex-ret.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AArch64/arm64-complex-ret.ll')
-rw-r--r--test/CodeGen/AArch64/arm64-complex-ret.ll7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/CodeGen/AArch64/arm64-complex-ret.ll b/test/CodeGen/AArch64/arm64-complex-ret.ll
deleted file mode 100644
index 250edac553c7..000000000000
--- a/test/CodeGen/AArch64/arm64-complex-ret.ll
+++ /dev/null
@@ -1,7 +0,0 @@
-; RUN: llc -mtriple=arm64-eabi -o - %s | FileCheck %s
-
-define { i192, i192, i21, i192 } @foo(i192) {
-; CHECK-LABEL: foo:
-; CHECK: stp xzr, xzr, [x8]
- ret { i192, i192, i21, i192 } {i192 0, i192 1, i21 2, i192 3}
-}