Fixed some bugs in register stack pass.
[llvm/zpu.git] / test / CodeGen / X86 / negative_zero.ll
blob29474c21f2444c6dc735b97b16648e09358eefa3
1 ; RUN: llc < %s -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