Dan Gohman | 36a0947 | 2009-09-08 23:54:48 +0000 | [diff] [blame^] | 1 | ; RUN: llc < %s -march=x86 | grep flds |
Chris Lattner | ec4a567 | 2008-03-05 06:48:13 +0000 | [diff] [blame] | 2 | ; This should be a flds, not fldt. |
3 | define x86_fp80 @test2() nounwind { | ||||
4 | entry: | ||||
5 | ret x86_fp80 0xK3FFFC000000000000000 | ||||
6 | } | ||||
7 |