Optimized FCMP_OEQ and FCMP_UNE for x86.
[oota-llvm.git] / test / CodeGen / X86 / shrink-fp-const2.ll
1 ; RUN: llvm-as < %s | llc -march=x86 | grep flds
2 ; This should be a flds, not fldt.
3 define x86_fp80 @test2() nounwind  {
4 entry:
5         ret x86_fp80 0xK3FFFC000000000000000
6 }
7