In some rare cases, the register allocator can spill registers but end up not utilizi...
[llvm/msp430.git] / test / CodeGen / X86 / negative_zero.ll
blob3c47b8f1fddd35d62bf1af9a014978b4bfa2cbf2
1 ; RUN: llvm-as < %s | llc -march=x86 -mattr=-sse2,-sse3 | grep fchs
4 define double @T() {
5         ret double -1.0   ;; codegen as fld1/fchs, not as a load from cst pool