aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/negatize_zero.ll
blob: 4da609dc04c3cf9c503bae23ad1d7ccaa22e7983 (plain)
1
2
3
4
5
6
; 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
}