blob: 3328a6afec2231fcfbb0d1e27cae4143d5dd66ce [file] [log] [blame]
Reid Spencer69ccadd2006-12-02 04:23:10 +00001; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=-sse2,-sse3 | grep fchs
Chris Lattner7c8ad7a2005-01-06 21:18:53 +00002
3
4double %T() {
5 ret double -1.0 ;; codegen as fld1/fchs, not as a load from cst pool
6}