blob: b8bd22308c0da3dd337f9a57d208c79b9ec16a65 [file] [log] [blame]
; 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
}