aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fastcc-2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/fastcc-2.ll')
-rw-r--r--test/CodeGen/X86/fastcc-2.ll11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/CodeGen/X86/fastcc-2.ll b/test/CodeGen/X86/fastcc-2.ll
deleted file mode 100644
index e11cdd19723a..000000000000
--- a/test/CodeGen/X86/fastcc-2.ll
+++ /dev/null
@@ -1,11 +0,0 @@
-; RUN: llc < %s -mtriple=i686-apple-darwin -mattr=+sse2 | FileCheck %s
-; CHECK: movsd
-; CHECK-NOT: mov
-
-define i32 @foo() nounwind {
-entry:
- tail call fastcc void @bar( double 1.000000e+00 ) nounwind
- ret i32 0
-}
-
-declare fastcc void @bar(double)