blob: 29474c21f2444c6dc735b97b16648e09358eefa3 [file] [log] [blame]
Dan Gohman0a063102009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86 -mattr=-sse2,-sse3 | grep fchs
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
3
Tanya Lattner632e88a2008-02-21 07:42:26 +00004define double @T() {
Dan Gohmanf17a25c2007-07-18 16:29:46 +00005 ret double -1.0 ;; codegen as fld1/fchs, not as a load from cst pool
6}