blob: 4da609dc04c3cf9c503bae23ad1d7ccaa22e7983 [file] [log] [blame]
Chris Lattner9eef99e2005-01-06 21:18:53 +00001; RUN: llvm-as < %s | llc -march=x86 | grep fchs
2
3
4double %T() {
5 ret double -1.0 ;; codegen as fld1/fchs, not as a load from cst pool
6}