aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/arm64-fp.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AArch64/arm64-fp.ll')
-rw-r--r--test/CodeGen/AArch64/arm64-fp.ll8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/CodeGen/AArch64/arm64-fp.ll b/test/CodeGen/AArch64/arm64-fp.ll
deleted file mode 100644
index 1c88b3d9009a..000000000000
--- a/test/CodeGen/AArch64/arm64-fp.ll
+++ /dev/null
@@ -1,8 +0,0 @@
-; RUN: llc < %s -mtriple=arm64-eabi | FileCheck %s
-
-define float @t1(i1 %a, float %b, float %c) nounwind {
-; CHECK: t1
-; CHECK: fcsel s0, s0, s1, ne
- %sel = select i1 %a, float %b, float %c
- ret float %sel
-}