Dan Gohman | 36a0947 | 2009-09-08 23:54:48 +0000 | [diff] [blame^] | 1 | ; RUN: llc < %s -march=x86 | not grep fstp |
2 | ; RUN: llc < %s -march=x86 -mcpu=yonah | not grep movsd | ||||
Chris Lattner | d43d00c | 2008-01-24 08:07:48 +0000 | [diff] [blame] | 3 | |
4 | declare double @foo() | ||||
5 | |||||
6 | define double @bar() { | ||||
7 | entry: | ||||
8 | %tmp5 = tail call double @foo() | ||||
9 | ret double %tmp5 | ||||
10 | } | ||||
11 |