aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/swiftcc.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AArch64/swiftcc.ll')
-rw-r--r--test/CodeGen/AArch64/swiftcc.ll11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/CodeGen/AArch64/swiftcc.ll b/test/CodeGen/AArch64/swiftcc.ll
deleted file mode 100644
index 432495427152..000000000000
--- a/test/CodeGen/AArch64/swiftcc.ll
+++ /dev/null
@@ -1,11 +0,0 @@
-; RUN: llc -verify-machineinstrs -mtriple=aarch64-apple-ios -o - %s | FileCheck %s
-; RUN: llc -O0 -verify-machineinstrs -mtriple=aarch64-apple-ios -o - %s | FileCheck %s
-
-; CHECK: t1
-; CHECK: fadd s0, s0, s1
-; CHECK: ret
-define swiftcc float @t1(float %a, float %b) {
-entry:
- %add = fadd float %a, %b
- ret float %add
-}