aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fp-stack-direct-ret.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/fp-stack-direct-ret.ll')
-rw-r--r--test/CodeGen/X86/fp-stack-direct-ret.ll11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/CodeGen/X86/fp-stack-direct-ret.ll b/test/CodeGen/X86/fp-stack-direct-ret.ll
deleted file mode 100644
index 5a28bb50a343..000000000000
--- a/test/CodeGen/X86/fp-stack-direct-ret.ll
+++ /dev/null
@@ -1,11 +0,0 @@
-; RUN: llc < %s -march=x86 | not grep fstp
-; RUN: llc < %s -march=x86 -mcpu=yonah | not grep movsd
-
-declare double @foo()
-
-define double @bar() {
-entry:
- %tmp5 = tail call double @foo()
- ret double %tmp5
-}
-