blob: 5a28bb50a34353947819b32d54b85f0bec7763cb [file] [log] [blame]
Dan Gohman36a09472009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86 | not grep fstp
2; RUN: llc < %s -march=x86 -mcpu=yonah | not grep movsd
Chris Lattnerd43d00c2008-01-24 08:07:48 +00003
4declare double @foo()
5
6define double @bar() {
7entry:
8 %tmp5 = tail call double @foo()
9 ret double %tmp5
10}
11