blob: 4da609dc04c3cf9c503bae23ad1d7ccaa22e7983 [file] [log] [blame]
; RUN: llvm-as < %s | llc -march=x86 | grep fchs
double %T() {
ret double -1.0 ;; codegen as fld1/fchs, not as a load from cst pool
}