summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/fp-stack-direct-ret.ll
blob: b8bd22308c0da3dd337f9a57d208c79b9ec16a65 (plain)
1
2
3
4
5
6
7
8
9
10
11
; RUN: llc < %s -mtriple=i686-- | not grep fstp
; RUN: llc < %s -mtriple=i686-- -mcpu=yonah | not grep movsd

declare double @foo()

define double @bar() {
entry:
	%tmp5 = tail call double @foo()
	ret double %tmp5
}

OpenPOWER on IntegriCloud