blob: 3328a6afec2231fcfbb0d1e27cae4143d5dd66ce [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=-sse2,-sse3 | grep fchs
2
3
4double %T() {
5 ret double -1.0 ;; codegen as fld1/fchs, not as a load from cst pool
6}